[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xfstt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/xfstt/Makefile between version 1.18 and 1.31

version 1.18, 2004/01/24 15:30:34 version 1.31, 2008/08/31 07:35:09
Line 2 
Line 2 
 #  #
   
 DISTNAME=               xfstt-1.6  DISTNAME=               xfstt-1.6
   PKGREVISION=            5
 CATEGORIES=             x11 net fonts  CATEGORIES=             x11 net fonts
 MASTER_SITES=           http://download.berlios.de/xfstt/  MASTER_SITES=           http://download.berlios.de/xfstt/
   
 MAINTAINER=             tech-pkg@NetBSD.org  MAINTAINER=             pkgsrc-users@NetBSD.org
 HOMEPAGE=               http://developer.berlios.de/projects/xfstt/  HOMEPAGE=               http://developer.berlios.de/projects/xfstt/
 COMMENT=                TrueType font server for X11  COMMENT=                TrueType font server for X11
   
 USE_PKGINSTALL=         YES  PKG_DESTDIR_SUPPORT=    user-destdir
   
   USE_LANGUAGES=          c c++
 USE_X11BASE=            YES  USE_X11BASE=            YES
 USE_GNU_TOOLS+=         make  USE_TOOLS+=             gmake
 GNU_CONFIGURE=          YES  GNU_CONFIGURE=          YES
   
 # There isn't really any l10n yet, only some preliminary i18n support.  # There isn't really any l10n yet, only some preliminary i18n support.
Line 20  CONFIGURE_ARGS+= --disable-nls
Line 23  CONFIGURE_ARGS+= --disable-nls
 CXXFLAGS+=              -fomit-frame-pointer -ffast-math  CXXFLAGS+=              -fomit-frame-pointer -ffast-math
   
 RCD_SCRIPTS=            xfstt  RCD_SCRIPTS=            xfstt
   INSTALLATION_DIRS=      bin ${PKGMANDIR}/man1
   
 post-patch:  SUBST_CLASSES+=         paths
         @( \  SUBST_FILES.paths=      doc/FAQ doc/xfstt.1x
         cd ${WRKSRC} ; \  SUBST_SED.paths=        -e 's,@PREFIX@,${PREFIX},g'
         for f in src/perftest.cc src/xfstt.cc doc/xfstt.1x; \  SUBST_STAGE.paths=      post-patch
         do \  
             ${MV} $$f $$f.orig ; \  
             ${SED} ${FILES_SUBST_SED} $$f.orig > $$f ; \  
         done ; \  
         )  
   
 do-install:  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${PREFIX}/bin          ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${DESTDIR}${PREFIX}/bin
         ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x ${PREFIX}/man/man1/xfstt.1          ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x \
         ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TrueType                  ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xfstt.1
         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfstt          ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/X11/fonts/TTF
         ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xfstt          ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xfstt
         cd ${WRKSRC} && (                               \          ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/xfstt
         ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS     \          cd ${WRKSRC} && (                                       \
                 ${PREFIX}/share/doc/xfstt/ ;            \              ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS         \
         ${INSTALL_DATA} doc/examples/font.properties    \                  ${DESTDIR}${PREFIX}/share/doc/xfstt/ ;          \
                  ${PREFIX}/share/examples/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"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>