freebsd-ports/net-p2p/libtorrent-rasterbar-16-python/Makefile
Baptiste Daroussin 02f5523ed0 Force to build with --with-libiconv
Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>
Reported by:	Jeroen van der Ham <jeroen@dckd.nl>, rm
2013-02-06 15:33:54 +00:00

39 lines
996 B
Makefile

# $FreeBSD$
PORTREVISION= 2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python bindings for libtorrent-rasterbar-16
CATEGORIES= net-p2p python
USE_PYTHON= yes
LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs \
torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
NOPORTDOCS= 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-16
.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}"