summaryrefslogtreecommitdiff
path: root/net-p2p/rblibtorrent-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/rblibtorrent-devel/Makefile')
-rw-r--r--net-p2p/rblibtorrent-devel/Makefile75
1 files changed, 0 insertions, 75 deletions
diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile
deleted file mode 100644
index f32635581062..000000000000
--- a/net-p2p/rblibtorrent-devel/Makefile
+++ /dev/null
@@ -1,75 +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.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)
-
-MAKE_JOBS_SAFE= yes
-
-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
-ACLOCAL_ARGS= -I m4
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --disable-debug \
- --disable-python-binding \
- --with-boost-system=boost_system \
- --with-boost-filesystem=boost_filesystem \
- --with-boost-thread=boost_thread \
- --with-boost-regex=boost_regex \
- --with-boost-program-options=boost_program_options \
- --with-asio=shipped \
- --with-dht=on \
- --with-encryption=on \
- --with-libgeoip \
- --with-zlib=system
-USE_LDCONFIG= yes
-
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.x
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.am
- @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \
- s|@BOOST_SYSTEM_LIB@||g' ${WRKSRC}/src/Makefile.am
-
-post-configure:
- @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \
- ${WRKSRC}/libtorrent-rasterbar.pc
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.css ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>