2cdd5c7e23
Also enable the enable_bad_libc_workaround by default for NetBSD, FreeBSD, OpenBSD and Darwin. Changes in this release: - Identify trackerless torrent files - Not saving pause/play state across invocations of the GUI - Small fixes to windows installer and corrupt config file recovery - A number of small bug fixes
28 lines
780 B
Makefile
28 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/07 16:15:55 recht Exp $
|
|
#
|
|
|
|
.include "../../net/bittorrent/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
|
|
|
|
COMMENT+= (GTK+ GUI)
|
|
|
|
DEPENDS+= bittorrent>=4.0.3:../../net/bittorrent
|
|
|
|
PYTHON_PATCH_SCRIPTS= btdownloadgui.py btmaketorrentgui.py
|
|
|
|
CONFLICTS+= bittornado-gui-[0-9]*
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-build: # empty
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/images/*.png ${PREFIX}/share/pixmaps/${DISTNAME}/
|
|
${INSTALL_DATA} ${WRKSRC}/images/*.ico ${PREFIX}/share/pixmaps/${DISTNAME}/
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|