![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / surfraw / Makefile (download)
Revision 1.31, Sat Mar 4 21:31:04 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.31 2006/03/04 21:31:04 jlam Exp $ # DISTNAME= surfraw-1.0.7 CATEGORIES= www MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/proff/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://surfraw.sourceforge.net/ COMMENT= Shell Users' Revolutionary Front Rage Against the Web CONFLICTS+= surfaw-[0-9]* GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # Override sysconfdir so that the installation puts the example config file # in ${EGDIR}. # MAKE_FLAGS+= sysconfdir=${EGDIR:Q} MAKE_ENV+= AM_MAKEFLAGS=${MAKE_FLAGS:Q} DOCDIR= ${PREFIX}/share/doc/surfraw EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/surfraw.conf ${PKG_SYSCONFDIR}/surfraw.conf CONF_FILES+= ${EGDIR}/surfraw_elvi.list ${PKG_SYSCONFDIR}/surfraw_elvi.list post-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} .include "../../mk/bsd.pkg.mk"