diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /net-p2p/libtorrent-rasterbar-14/Makefile | |
parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes:
svn path=/head/; revision=183609
svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/Makefile')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile deleted file mode 100644 index 64ec889d5c99..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> -# -# $FreeBSD$ -# - -PORTNAME= libtorrent -PORTVERSION= 0.11 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=libtorrent -PKGNAMEPREFIX= rb - -MAINTAINER= johan@stromnet.se -COMMENT= A C++ library implementing a BitTorrent client - -LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost \ - boost_filesystem.3:${PORTSDIR}/devel/boost \ - boost_thread.3:${PORTSDIR}/devel/boost - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-debug -CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -CONFLICTS= libtorrent-[0-9]* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= is unsupported on FreeBSD < 5 -.endif - -.include <bsd.port.post.mk> |