[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.9 and 1.32

version 1.9, 2002/09/27 14:47:06 version 1.32, 2012/06/13 08:15:13
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=               xfstt_1.3  DISTNAME=               xfstt-1.9
 PKGNAME=                ${DISTNAME:S/_/-/}  CATEGORIES=             x11 net fonts
 CATEGORIES=             x11 net  
 MASTER_SITES=           http://download.berlios.de/xfstt/  MASTER_SITES=           http://download.berlios.de/xfstt/
   
 MAINTAINER=             packages@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
   LICENSE=                gnu-gpl-v2
   
 CXXFLAGS+=              -fomit-frame-pointer -ffast-math  PKG_DESTDIR_SUPPORT=    user-destdir
 MAKE_ENV+=              CXXFLAGS="${CXXFLAGS}"  
   
   USE_LANGUAGES=          c c++
 USE_X11BASE=            YES  USE_X11BASE=            YES
 USE_GMAKE=              YES  USE_TOOLS+=             gmake pkg-config
 WRKSRC=                 ${WRKDIR}/${PKGNAME}  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  RCD_SCRIPTS=            xfstt
   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
   SUBST_SED.paths=        -e 's,@PREFIX@,${PREFIX},g'
   SUBST_STAGE.paths=      post-patch
   
 post-patch:  do-install:
         @( \          ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${DESTDIR}${PREFIX}/bin
         cd ${WRKSRC} ; \          ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x \
         for i in INSTALL perftest.cpp xfstt.cpp xfstt.1x; \                  ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xfstt.1
         do \          cd ${WRKSRC} && (                                       \
             ${MV} $$i $$i.bak ; \              ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS         \
             ${SED} -e 's;@X11BASE@;${X11BASE};' < $$i.bak > $$i ; \                  ${DESTDIR}${PREFIX}/share/doc/xfstt/ ;          \
         done ; \              ${INSTALL_DATA} doc/examples/font.properties        \
                    ${DESTDIR}${PREFIX}/share/examples/xfstt/      \
         )          )
   
 do-install:  .include "../../x11/fontsproto/buildlink3.mk"
         ${INSTALL_PROGRAM} ${WRKSRC}/xfstt ${PREFIX}/bin  .include "../../x11/xproto/buildlink3.mk"
         ${INSTALL_MAN} ${WRKSRC}/xfstt.1x ${PREFIX}/man/man1/xfstt.1  
         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfstt  
         ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/xfstt  
         ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xfstt  
         ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/xfstt  
         ${INSTALL_DATA} ${WRKSRC}/THANKS ${PREFIX}/share/doc/xfstt  
         ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TrueType  
         ${ECHO} belongs to xfstt pkg >${PREFIX}/lib/X11/fonts/TrueType/.keepme  
   
 .include "../../mk/bsd.pkg.install.mk"  
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>