diff options
author | tron <tron@pkgsrc.org> | 2006-02-26 22:43:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-26 22:43:33 +0000 |
commit | 6f8bb87bcf48f891d171e15251c46b51cfb8ea5d (patch) | |
tree | 697c8e890396719dd01c408d4fa6119de09a6fb3 /net/bittorrent-gui/Makefile | |
parent | f5d0b802e68e1e741e9a31bf50bdb6fb7d9fff45 (diff) | |
download | pkgsrc-6f8bb87bcf48f891d171e15251c46b51cfb8ea5d.tar.gz |
Update "bittorrent" and "bittorent-gui" package to version 4.4.0.
Numerous enhancenments were made since version 4.0.4 which include
support for trackerless torrents.
Diffstat (limited to 'net/bittorrent-gui/Makefile')
-rw-r--r-- | net/bittorrent-gui/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index bb98a143223..51b58833255 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,28 +1,29 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:22 joerg Exp $ -# +# $NetBSD: Makefile,v 1.17 2006/02/26 22:43:33 tron Exp $ .include "../../net/bittorrent/Makefile.common" PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} -PKGREVISION= 2 COMMENT+= (GTK+ GUI) -DEPENDS+= bittorrent>=4.0.3:../../net/bittorrent +DEPENDS+= bittorrent>=4.4.0:../../net/bittorrent -PYTHON_PATCH_SCRIPTS= btdownloadgui.py btmaketorrentgui.py +PYTHON_PATCH_SCRIPTS= bittorrent maketorrent CONFLICTS+= bittornado-gui-[0-9]* -INSTALLATION_DIRS= bin +ICONS_DIR= share/pixmaps/BitTorrent-${PKGVERSION}/icons +INSTALLATION_DIRS= bin ${ICONS_DIR} ${ICONS_DIR}/default ${ICONS_DIR}/old 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}/ + ${INSTALL_SCRIPT} ${WRKSRC}/bittorrent ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/maketorrent ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/images/icons/default/* \ + ${PREFIX}/${ICONS_DIR}/default + ${INSTALL_DATA} ${WRKSRC}/images/icons/old/* \ + ${PREFIX}/${ICONS_DIR}/old .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" |