openbsd-ports/net/BitTorrent/Makefile

32 lines
732 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2005/04/21 22:17:02 naddy Exp $
COMMENT= "cooperative file distribution system implemented in Python"
DISTNAME= BitTorrent-4.0.1
PKGNAME= BitTorrent-4.0.1p1
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}dl/
HOMEPAGE= http://www.bittorrent.com/
# Custom
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2004-08-04 15:14:30 -04:00
MODULES= lang/python
NO_REGRESS= Yes
post-configure:
@perl -pi -e \
's,/usr/bin/env python,/usr/bin/env python${MODPY_VERSION},g' \
${WRKBUILD}/bt*.py
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BitTorrent
${INSTALL_DATA} ${WRKSRC}/README.txt ${FILESDIR}/README.OpenBSD \
${PREFIX}/share/doc/BitTorrent
.include <bsd.port.mk>