![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / xpdf-turkish / Makefile (download)
Revision 1.17, Sat Mar 4 21:30:32 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.17 2006/03/04 21:30:32 jlam Exp $ # DISTNAME= xpdf-turkish-2002-apr-10 PKGNAME= xpdf-turkish-20020410 PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ http://gd.tuwien.ac.at/publishing/xpdf/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.foolabs.com/xpdf/ COMMENT= Xpdf support files for Turkish DEPENDS+= xpdf>=2.02:../../print/xpdf WRKSRC= ${WRKDIR}/xpdf-turkish NO_CONFIGURE= yes NO_BUILD= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL post-patch: ${MV} ${WRKSRC}/add-to-xpdfrc ${WRKSRC}/add-to-xpdfrc.orig ${SED} -e 's:/usr/local:'${PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf/turkish ${INSTALL_DATA} ${WRKSRC}/ISO-8859-9.unicodeMap \ ${PREFIX}/share/xpdf/turkish post-install: ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc .include "../../mk/bsd.pkg.mk"