2005-06-01 12:02:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2005/06/01 16:02:31 naddy Exp $
|
2003-08-20 23:39:57 -04:00
|
|
|
|
|
|
|
COMMENT= "cooperative file distribution system implemented in Python"
|
2005-05-15 10:58:08 -04:00
|
|
|
COMMENT-gui= "graphical interface components for BitTorrent"
|
|
|
|
|
2005-06-01 12:02:31 -04:00
|
|
|
VERSION= 4.1.1
|
2005-05-15 10:58:08 -04:00
|
|
|
DISTNAME= BitTorrent-${VERSION}
|
2005-06-01 12:02:31 -04:00
|
|
|
PKGNAME-gui= BitTorrent-gui-${VERSION}
|
2003-08-20 23:39:57 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2005-04-16 17:13:02 -04:00
|
|
|
HOMEPAGE= http://www.bittorrent.com/
|
2003-08-20 23:39:57 -04:00
|
|
|
|
2005-06-01 12:02:31 -04:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
2005-04-16 17:13:02 -04:00
|
|
|
# Custom
|
2003-08-20 23:39:57 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2005-05-15 10:58:08 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dl/
|
|
|
|
|
2004-08-04 15:14:30 -04:00
|
|
|
MODULES= lang/python
|
2003-08-20 23:39:57 -04:00
|
|
|
|
2005-05-15 10:58:08 -04:00
|
|
|
MULTI_PACKAGES= -gui
|
|
|
|
SUBPACKAGE?=
|
|
|
|
|
|
|
|
.if defined(PACKAGING) && !empty(SUBPACKAGE)
|
|
|
|
RUN_DEPENDS= :${PKGNAME}:net/BitTorrent \
|
2005-06-01 12:02:31 -04:00
|
|
|
::x11/py-gtk2 ::x11/hicolor-icon-theme
|
2005-05-15 10:58:08 -04:00
|
|
|
.endif
|
2005-04-16 17:13:02 -04:00
|
|
|
|
2005-05-15 10:58:08 -04:00
|
|
|
NO_REGRESS= Yes
|
2005-05-03 05:47:59 -04:00
|
|
|
|
2003-08-20 23:39:57 -04:00
|
|
|
post-configure:
|
2005-05-15 10:58:08 -04:00
|
|
|
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g' ${WRKBUILD}/bt*.py
|
|
|
|
@for file in ${WRKBUILD}/bt*.py; do mv $$file $${file%.py}; done
|
2003-08-20 23:39:57 -04:00
|
|
|
|
|
|
|
post-install:
|
2005-05-15 10:58:08 -04:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
|
2003-08-20 23:39:57 -04:00
|
|
|
${PREFIX}/share/doc/BitTorrent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|