diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-22 00:53:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-22 00:53:10 +0000 |
commit | be64f3bc83f420b456872d749c3d34edde684814 (patch) | |
tree | 417d2a24ac7aaac512b3cbcdf3385c2bb8b8728f /net-p2p/libtorrent-rasterbar-14 | |
parent | 90b1b2add77751580554a46470c113472bf80a14 (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index f32635581062..a654821efbfc 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -1,29 +1,25 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> +# New ports collection makefile for: libtorrent-rasterbar-14 +# Date created: 14 February 2010 +# Whom: dougb@FreeBSD.org # # $FreeBSD$ # -PORTNAME= libtorrent +PORTNAME= libtorrent-rasterbar PORTVERSION= 0.14.8 -PORTREVISION= 3 CATEGORIES= net-p2p ipv6 MASTER_SITES= http://libtorrent.googlecode.com/files/ -PKGNAMEPREFIX= rb -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org -COMMENT= A C++ library implementing a BitTorrent client (devel version) +COMMENT= A C++ library implementing a BitTorrent client MAKE_JOBS_SAFE= yes +CONFLICTS= rblibtorrent-[0-9]* libtorrent-rasterbar*-0.15.* + LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP -CONFLICTS= rblibtorrent-[0-9]* - USE_GNOME= gnomehack USE_OPENSSL= yes USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 |