2004-12-25 21:03:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2004/12/25 20:03:53 wiz Exp $
|
2004-03-03 11:04:04 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../net/bittorrent/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
|
2004-12-25 21:03:52 +01:00
|
|
|
PKGREVISION= 2
|
2004-03-03 11:04:04 +01:00
|
|
|
|
|
|
|
COMMENT+= (wxGTK GUI)
|
|
|
|
|
2004-03-07 22:34:06 +01:00
|
|
|
DEPENDS+= bittorrent>=3.4:../../net/bittorrent
|
2004-03-03 11:04:04 +01:00
|
|
|
|
|
|
|
NO_BUILD= # defined
|
|
|
|
|
2004-03-17 20:27:42 +01:00
|
|
|
PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py
|
2004-03-03 11:04:04 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
|
|
|
|
|
2004-03-17 20:27:42 +01:00
|
|
|
.include "../../lang/python/application.mk"
|
2004-12-25 21:03:52 +01:00
|
|
|
.include "../../x11/py-wxWidgets/buildlink3.mk"
|
2004-03-03 11:04:04 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|