![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / gtexinfo / Makefile (download)
Revision 1.63, Sat Mar 4 21:29:15 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.63 2006/03/04 21:29:15 jlam Exp $ DISTNAME= texinfo-4.8 PKGNAME= g${DISTNAME} PKGREVISION= 3 CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html COMMENT= GNU info documentation utilities PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check PLIST_SRC= ${PKGDIR}/PLIST PKGSRC_INFOPATH= ${PREFIX}/${INFO_DIR}:${X11BASE}/info:${LOCALBASE}/info MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q} .include "../../mk/bsd.prefs.mk" TEXINFO_LOCALE?= yes BUILD_DEFS+= TEXINFO_LOCALE MAKEFLAGS+= TEXINFO_LOCALE=${TEXINFO_LOCALE:Q} .if !empty(TEXINFO_LOCALE:M[yY][eE][sS]) USE_PKGLOCALEDIR= yes PLIST_SRC+= ${PKGDIR}/PLIST.locale . include "../../devel/gettext-lib/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-nls .endif .include "../../mk/bsd.pkg.mk" # This need to be defined here to override the setting in texinfo.mk INSTALL_INFO= ${PREFIX}/bin/install-info