[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / wm / wmakerconf

Annotation of pkgsrc/wm/wmakerconf/Makefile, Revision 1.68

1.68    ! wiz         1: # $NetBSD: Makefile,v 1.67 2013/06/04 22:17:14 tron Exp $
1.1       wiz         2:
1.26      adam        3: DISTNAME=      wmakerconf-2.11
1.68    ! wiz         4: PKGREVISION=   32
1.14      jmmv        5: CATEGORIES=    x11 wm windowmaker
1.22      adam        6: MASTER_SITES=  http://starplot.org/wmakerconf/
1.1       wiz         7:
1.36      jlam        8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.22      adam        9: HOMEPAGE=      http://starplot.org/wmakerconf/
1.2       wiz        10: COMMENT=       Gtk+ based configuration tool for Window Maker
1.64      tron       11: LICENSE=       gnu-gpl-v2
1.1       wiz        12:
1.13      cjep       13: USE_PKGLOCALEDIR=      yes
1.4       wiz        14: USE_X11BASE=           yes
                     15: GNU_CONFIGURE=         yes
1.41      tron       16: USE_TOOLS+=            gzip tar perl:run pkg-config msgfmt
1.16      jmmv       17:
                     18: .if defined(PKG_SYSCONFDIR.windowmaker)
                     19: CONFIGURE_ARGS+=       --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
                     20: .else
                     21: CONFIGURE_ARGS+=       --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
                     22: .endif
                     23:
1.33      jlam       24: CONFIGURE_ENV+=                gzip=${TOOLS_GZIP_CMD:Q}
1.41      tron       25: CONFIGURE_ENV+=                perlpath=${PERL5:Q}
1.30      tron       26: CONFIGURE_ENV+=                tar=${TOOLS_TAR:Q}
1.27      kristerw   27:
1.40      rillig     28: REPLACE_PERL+=         scripts/*.pl.in
                     29: USE_TOOLS+=            perl:run
                     30:
1.16      jmmv       31: post-extract:
                     32:        ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in
                     33:
                     34: pre-configure:
                     35:        ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${WRKSRC}/data/WMWmakerconf.in \
                     36:                > ${WRKSRC}/data/WMWmakerconf
1.4       wiz        37:
1.20      minskim    38: .include "../../devel/gettext-lib/buildlink3.mk"
                     39: .include "../../wm/windowmaker/buildlink3.mk"
1.26      adam       40: .include "../../x11/gtk2/buildlink3.mk"
1.12      jlam       41:
1.1       wiz        42: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>