pkgsrc/net/bittornado-gui/Makefile
veego 6a4528da06 Update to 0.3.15:
This release fixes a few long-standing bugs, including one that prevented
 a torrent from being restarted if files had been selected for no longer
 downloading. The tracker isn't crashing sporadically any more. And some
 security has been added to super-seed to prevent CERTAIN CLIENTS (*thwaps
 BitComet*) from leeching important bandwidth.
 Neither encryption nor DHT (official or Azureus's version) has been added
 yet, nor has the UI been revamped.
2006-03-10 20:46:28 +00:00

28 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/03/10 20:46:28 veego Exp $
#
.include "../../net/bittornado/Makefile.common"
PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/}
COMMENT+= (wxGTK GUI)
CONFLICTS= bittorrent-gui-[0-9]*
DEPENDS+= BitTornado>=0.3.15:../../net/bittornado
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py
PYTHON_PATCH_SCRIPTS+= btmaketorrentgui.py
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin
.include "../../lang/python/application.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"