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

Annotation of pkgsrc/net/bittorrent-gui/Makefile, Revision 1.35

1.35    ! wiz         1: # $NetBSD: Makefile,v 1.34 2014/01/25 10:45:20 wiz Exp $
1.1       recht       2:
                      3: .include "../../net/bittorrent/Makefile.common"
                      4:
                      5: PKGNAME=       ${DISTNAME:S/BitTorrent/bittorrent-gui/}
1.31      obache      6: PKGREVISION=   12
1.1       recht       7:
1.9       recht       8: COMMENT+=      (GTK+ GUI)
1.1       recht       9:
1.30      obache     10: DEPENDS+=      bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent
                     11: DEPENDS+=      ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2
1.1       recht      12:
1.34      wiz        13: REPLACE_PYTHON= bittorrent maketorrent
1.35    ! wiz        14: PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # py-gtk2
1.1       recht      15:
1.13      wiz        16: CONFLICTS+=    bittornado-gui-[0-9]*
                     17:
1.19      tron       18: ICONS_DIR=             share/pixmaps/BitTorrent-${PKGVERSION:C/nb.*//}/icons
1.17      tron       19: INSTALLATION_DIRS=     bin ${ICONS_DIR} ${ICONS_DIR}/default ${ICONS_DIR}/old
1.10      jlam       20:
1.30      obache     21: NO_BUILD=      yes
1.1       recht      22:
                     23: do-install:
1.21      joerg      24:        ${INSTALL_SCRIPT} ${WRKSRC}/bittorrent ${DESTDIR}${PREFIX}/bin
                     25:        ${INSTALL_SCRIPT} ${WRKSRC}/maketorrent ${DESTDIR}${PREFIX}/bin
1.17      tron       26:        ${INSTALL_DATA} ${WRKSRC}/images/icons/default/* \
1.21      joerg      27:          ${DESTDIR}${PREFIX}/${ICONS_DIR}/default
1.17      tron       28:        ${INSTALL_DATA} ${WRKSRC}/images/icons/old/* \
1.21      joerg      29:          ${DESTDIR}${PREFIX}/${ICONS_DIR}/old
1.1       recht      30:
1.3       jmmv       31: .include "../../lang/python/application.mk"
1.1       recht      32: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>