Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xfstt/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xfstt/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.34 diff -u -p -r1.29 -r1.34 --- pkgsrc/x11/xfstt/Makefile 2006/05/10 23:31:30 1.29 +++ pkgsrc/x11/xfstt/Makefile 2012/10/29 05:07:11 1.34 @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.29 2006/05/10 23:31:30 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/29 05:07:11 asau Exp $ # -DISTNAME= xfstt-1.6 -PKGREVISION= 4 +DISTNAME= xfstt-1.9 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 +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_X11BASE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= YES # There isn't really any l10n yet, only some preliminary i18n support. @@ -21,9 +21,11 @@ CONFIGURE_ARGS+= --disable-nls CXXFLAGS+= -fomit-frame-pointer -ffast-math RCD_SCRIPTS= xfstt -INSTALLATION_DIRS= bin man/man1 - -.include "../../mk/x11.buildlink3.mk" +INSTALLATION_DIRS= bin \ + ${PKGMANDIR}/man1 \ + lib/X11/fonts/TTF \ + share/doc/xfstt \ + share/examples/xfstt SUBST_CLASSES+= paths SUBST_FILES.paths= doc/FAQ doc/xfstt.1x @@ -31,16 +33,17 @@ SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX 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/ \ + ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xfstt.1 + cd ${WRKSRC} && ( \ + ${INSTALL_DATA} doc/FAQ TODO THANKS \ + ${DESTDIR}${PREFIX}/share/doc/xfstt/ ; \ + ${INSTALL_DATA} doc/examples/font.properties \ + ${DESTDIR}${PREFIX}/share/examples/xfstt/ \ ) +.include "../../x11/fontsproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" + .include "../../mk/bsd.pkg.mk"