[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / bittorrent-gui

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/bittorrent-gui/Attic/Makefile between version 1.10 and 1.11

version 1.10, 2005/06/17 03:50:24 version 1.11, 2005/06/19 02:49:23
Line 4 
Line 4 
 .include "../../net/bittorrent/Makefile.common"  .include "../../net/bittorrent/Makefile.common"
   
 PKGNAME=        ${DISTNAME:S/BitTorrent/bittorrent-gui/}  PKGNAME=        ${DISTNAME:S/BitTorrent/bittorrent-gui/}
   PKGREVISION=    1
   
 COMMENT+=       (GTK+ GUI)  COMMENT+=       (GTK+ GUI)
   
Line 18  do-build: # empty
Line 19  do-build: # empty
 do-install:  do-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin          ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
         ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.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 "../../lang/python/application.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"  .include "../../x11/py-gtk2/buildlink3.mk"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>