![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / xfstt / Makefile (download)
Revision 1.28, Sat Mar 4 21:31:13 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.28 2006/03/04 21:31:13 jlam Exp $ # DISTNAME= xfstt-1.6 PKGREVISION= 4 CATEGORIES= x11 net fonts MASTER_SITES= http://download.berlios.de/xfstt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.berlios.de/projects/xfstt/ COMMENT= TrueType font server for X11 USE_X11BASE= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES # There isn't really any l10n yet, only some preliminary i18n support. CONFIGURE_ARGS+= --disable-nls CXXFLAGS+= -fomit-frame-pointer -ffast-math RCD_SCRIPTS= xfstt INSTALLATION_DIRS= bin man/man1 .include "../../mk/x11.buildlink3.mk" SUBST_CLASSES+= paths SUBST_FILES.paths= doc/FAQ doc/xfstt.1x SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},g' SUBST_STAGE.paths= post-patch do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x ${PREFIX}/man/man1/xfstt.1 ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TTF ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfstt ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xfstt cd ${WRKSRC} && ( \ ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS \ ${PREFIX}/share/doc/xfstt/ ; \ ${INSTALL_DATA} doc/examples/font.properties \ ${PREFIX}/share/examples/xfstt/ \ ) .include "../../mk/bsd.pkg.mk"