aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent-rasterbar-15-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-15-python/Makefile')
-rw-r--r--net-p2p/libtorrent-rasterbar-15-python/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile
deleted file mode 100644
index 40341e49079a..000000000000
--- a/net-p2p/libtorrent-rasterbar-15-python/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $FreeBSD$
-
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PORTREVISION= 2
-
-COMMENT= Python bindings for libtorrent-rasterbar-15
-CATEGORIES= net-p2p python
-
-DEPRECATED= Unusable, development ceased
-EXPIRATION_DATE=2013-12-13
-
-USE_PYTHON= yes
-
-LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
- libtorrent-rasterbar.so.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
-
-BUILD_WRKSRC= ${WRKSRC}/bindings/python
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-INSTALLS_EGGINFO= yes
-PYDISTUTILS_PKGNAME= python_libtorrent
-
-NOPORTDOCS= yes
-
-NO_STAGE= yes
-slave-post-patch:
- @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/bindings/python/setup.py.in
-
-slave-post-install:
-# fix installation permissions
- @${CHMOD} ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/libtorrent.so
-
-MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-15
-.include "${MASTERDIR}/Makefile"
-
-##
-# information available after <bsd.port.pre.mk>
-##
-# insure python paths are correctly identified
-CONFIGURE_ENV+= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
- PYTHON_VERSION="${PYTHON_VERSION}"