summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/Makefile')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile
deleted file mode 100644
index 9d69ecd1e9bd..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: rblibtorrent
-# Date created: 5 February 2006
-# Whom: Johan Ström <johan@stromnet.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libtorrent
-DISTVERSION= 0.13svn.r1912
-CATEGORIES= net-p2p
-MASTER_SITES= SF/qbittorrent
-PKGNAMEPREFIX= rb
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= alepulver@FreeBSD.org
-COMMENT= A C++ library implementing a BitTorrent client (devel version)
-
-LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --disable-debug
-CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-CONFLICTS= libtorrent-[0-9]* \
- libtorrent-devel-[0-9]* \
- rblibtorrent-[0-9]*
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600000
-BROKEN= does not build on FreeBSD 5.x
-.endif
-
-post-install:
- @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.1 && \
- ${LN} -sf libtorrent.so.1 libtorrent.so
-
-.include <bsd.port.post.mk>