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

Annotation of pkgsrc/net/ed2k-gtk-gui/Makefile, Revision 1.1

1.1     ! minskim     1: # $NetBSD$
        !             2:
        !             3: DISTNAME=              ed2k-gtk-gui-0.6.1
        !             4: CATEGORIES=            net
        !             5: MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ed2k-gtk-gui/}
        !             6:
        !             7: MAINTAINER=            minskim@NetBSD.org
        !             8: HOMEPAGE=              http://ed2k-gtk-gui.sourceforge.net/
        !             9: COMMENT=               GUI for the eDonkey2000 and Overnet
        !            10:
        !            11: DEPENDS+=              xdg-dirs>=1.0:../../misc/xdg-dirs
        !            12:
        !            13: USE_BUILDLINK3=                yes
        !            14: USE_X11=               yes
        !            15: USE_PKGLOCALEDIR=      yes
        !            16: GNU_CONFIGURE=         yes
        !            17:
        !            18: SUBST_CLASSES+=                shell
        !            19: SUBST_MESSAGE.shell=   "Fixing hardcoded shell."
        !            20: SUBST_STAGE.shell=     post-patch
        !            21: SUBST_FILES.shell=     ed2k_gui/misc.c
        !            22: SUBST_SED.shell=       -e 's,/bin/bash,/bin/sh,g'
        !            23:
        !            24: .include "../../devel/gettext-lib/buildlink3.mk"
        !            25: .include "../../devel/pkgconfig/buildlink3.mk"
        !            26: .include "../../net/gnet/buildlink3.mk"
        !            27: .include "../../x11/gtk2/buildlink3.mk"
        !            28:
        !            29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>