![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / wm / wmakerconf / Makefile (download)
Revision 1.36, Sat Mar 4 21:30:55 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.36 2006/03/04 21:30:55 jlam Exp $ DISTNAME= wmakerconf-2.11 PKGREVISION= 5 CATEGORIES= x11 wm windowmaker MASTER_SITES= http://starplot.org/wmakerconf/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://starplot.org/wmakerconf/ COMMENT= Gtk+ based configuration tool for Window Maker USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes USE_TOOLS+= gzip tar .if defined(PKG_SYSCONFDIR.windowmaker) CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} .else CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker .endif CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q} CONFIGURE_ENV+= tar=${TOOLS_TAR:Q} post-extract: ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in pre-configure: ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${WRKSRC}/data/WMWmakerconf.in \ > ${WRKSRC}/data/WMWmakerconf .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"