2006-09-20 12:02:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2006/09/20 16:02:03 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"
|
|
|
|
|
2006-05-08 09:46:48 -04:00
|
|
|
VERSION= 4.4.0
|
2005-05-15 10:58:08 -04:00
|
|
|
DISTNAME= BitTorrent-${VERSION}
|
2006-09-20 12:02:03 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
PKGNAME-gui= BitTorrent-gui-${VERSION}p1
|
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
|
2005-11-23 15:38:26 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= "may not sell without modification"
|
2003-08-20 23:39:57 -04:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-11-23 15:38:26 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "may not sell without modification"
|
2003-08-20 23:39:57 -04:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2005-12-04 07:38:15 -05:00
|
|
|
MASTER_SITES= http://www.bittorrent.com/dl/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE:=bittorrent/}
|
2005-05-15 10:58:08 -04:00
|
|
|
|
2004-08-04 15:14:30 -04:00
|
|
|
MODULES= lang/python
|
2005-11-05 20:06:07 -05:00
|
|
|
BUILD_DEPENDS= ::devel/gettext
|
2003-08-20 23:39:57 -04:00
|
|
|
|
2005-05-15 10:58:08 -04:00
|
|
|
MULTI_PACKAGES= -gui
|
|
|
|
SUBPACKAGE?=
|
|
|
|
|
2005-06-20 17:19:18 -04:00
|
|
|
.if !empty(SUBPACKAGE)
|
2005-05-15 10:58:08 -04:00
|
|
|
RUN_DEPENDS= :${PKGNAME}:net/BitTorrent \
|
2006-05-08 09:46:48 -04:00
|
|
|
:py-gtk2->=2.6:x11/py-gtk2
|
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-10-18 10:12:35 -04:00
|
|
|
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g' ${WRKBUILD}/*.py
|
2005-11-20 12:46:53 -05:00
|
|
|
@perl -pi -e 's,python,${MODPY_BIN},' ${WRKSRC}/makei18n.sh
|
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>
|