pkgsrc/net/bittornado-gui/Makefile
veego 08e34f15e8 Update bittornado to 0.3.14 and take maintainership as offered by wiz.
The Changelog is not very usefull:

 Okay, here comes another attempt at keeping the client from sticking
 in the task manager. This version has also been compiled with the
 older versions of Python/wxPython, a la T-0.3.12, and has a number
 of other minor bug fixes.
2005-11-14 21:03:29 +00:00

28 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/11/14 21:03:29 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.14:../../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"