2009-08-11 23:47:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2009/08/11 23:47:14 martynas Exp $
|
2003-08-21 03:39:57 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT-main= cooperative file distribution system implemented in Python
|
|
|
|
COMMENT-gui= graphical interface components for BitTorrent
|
2005-05-15 14:58:08 +00:00
|
|
|
|
2006-05-08 13:46:48 +00:00
|
|
|
VERSION= 4.4.0
|
2005-05-15 14:58:08 +00:00
|
|
|
DISTNAME= BitTorrent-${VERSION}
|
2009-08-11 23:47:14 +00:00
|
|
|
PKGNAME-main= ${DISTNAME}p6
|
|
|
|
PKGNAME-gui= BitTorrent-gui-${VERSION}p6
|
2003-08-21 03:39:57 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2005-04-16 21:13:02 +00:00
|
|
|
HOMEPAGE= http://www.bittorrent.com/
|
2003-08-21 03:39:57 +00:00
|
|
|
|
2005-04-16 21:13:02 +00:00
|
|
|
# Custom
|
2007-09-15 22:36:51 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= may not sell without modification
|
2003-08-21 03:39:57 +00:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-09-15 22:36:51 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= may not sell without modification
|
2003-08-21 03:39:57 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2006-11-07 14:09:56 +00:00
|
|
|
MASTER_SITES= http://download.bittorrent.com/dl/
|
2005-05-15 14:58:08 +00:00
|
|
|
|
2006-11-22 21:58:24 +00:00
|
|
|
MULTI_PACKAGES= -main -gui
|
|
|
|
|
2004-08-04 19:14:30 +00:00
|
|
|
MODULES= lang/python
|
2005-11-06 01:06:07 +00:00
|
|
|
BUILD_DEPENDS= ::devel/gettext
|
2003-08-21 03:39:57 +00:00
|
|
|
|
2006-11-28 19:13:57 +00:00
|
|
|
RUN_DEPENDS-gui=:${PKGNAME-main}:net/BitTorrent \
|
2006-05-08 13:46:48 +00:00
|
|
|
:py-gtk2->=2.6:x11/py-gtk2
|
2005-04-16 21:13:02 +00:00
|
|
|
|
2005-05-15 14:58:08 +00:00
|
|
|
NO_REGRESS= Yes
|
2005-05-03 09:47:59 +00:00
|
|
|
|
2003-08-21 03:39:57 +00:00
|
|
|
post-configure:
|
2005-10-18 14:12:35 +00:00
|
|
|
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g' ${WRKBUILD}/*.py
|
2005-11-20 17:46:53 +00:00
|
|
|
@perl -pi -e 's,python,${MODPY_BIN},' ${WRKSRC}/makei18n.sh
|
2003-08-21 03:39:57 +00:00
|
|
|
|
|
|
|
post-install:
|
2005-05-15 14:58:08 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
|
2003-08-21 03:39:57 +00:00
|
|
|
${PREFIX}/share/doc/BitTorrent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|