openbsd-ports/devel/py-twisted/core/Makefile
2010-08-30 22:24:14 +00:00

36 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.16 2010/08/30 22:24:16 jasper Exp $
COMMENT= event-based Python framework (core module)
VERSION= 10.0.0
DISTNAME= TwistedCore-${VERSION}
PKGNAME= py-twisted-core-${VERSION}
REVISION = 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedCore
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Core/${VERSION:R}/
RUN_DEPENDS= :py-zopeinterface-*:devel/py-zopeinterface \
:py-openssl-*:security/py-openssl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-twisted-core
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/py-twisted-core/
${INSTALL_SCRIPT} ${FILESDIR}/twisted-regen-dropin.cache ${PREFIX}/sbin/
${SUBST_CMD} ${PREFIX}/sbin/twisted-regen-dropin.cache
rm ${PREFIX}/sbin/twisted-regen-dropin.cache.*
cd ${WRKSRC}/doc && \
find . -type d -exec ${INSTALL_DATA_DIR} \
${PREFIX}/share/doc/py-twisted-core/{} \; && \
find . ! -type d -exec ${INSTALL_DATA} {} \
${PREFIX}/share/doc/py-twisted-core/{} \;
mv ${PREFIX}/share/doc/py-twisted-core/examples ${PREFIX}/share/examples/py-twisted-core
cd ${PREFIX} && find . -name "*.orig" -exec rm {} \;
TRIAL_TARGET=twisted.test twisted.trial.test twisted.python.test \
twisted.internet.test twisted.protocols
.include <bsd.port.mk>