summaryrefslogtreecommitdiff
path: root/net-p2p/sharktorrent/Makefile
blob: ea715d9e6901751861a3a91247341b954d30fd0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	sharktorrent
# Date created:				2007-04-25
# Whom:					alepulver
#
# $FreeBSD$
#

PORTNAME=	sharktorrent
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	net-p2p
MASTER_SITES=	SF

MAINTAINER=	alepulver@FreeBSD.org
COMMENT=	C++ Bittorrent client using wxWidgets, libtorrent and boost

LIB_DEPENDS=	boost_filesystem.3:${PORTSDIR}/devel/boost \
		torrent.1:${PORTSDIR}/net-p2p/rblibtorrent

USE_WX=		2.6
WX_CONF_ARGS=	absolute
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDLFAGS="-L${LOCALBASE}/lib"
CPPFLAGS=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libtorrent

PLIST_FILES=	bin/sharktorrent

.include <bsd.port.mk>