[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.20 and 1.36

version 1.20, 2004/12/28 02:47:52 version 1.36, 2014/06/01 18:49:41
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               xfstt-1.6  DISTNAME=               xfstt-1.9
 PKGREVISION=            2  
 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
   LICENSE=                gnu-gpl-v2
   
 USE_PKGINSTALL=         YES  USE_LANGUAGES=          c c++
 USE_X11BASE=            YES  USE_X11BASE=            YES
 USE_GNU_TOOLS+=         make  USE_TOOLS+=             gmake pkg-config
 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 19  CONFIGURE_ARGS+= --disable-nls
   
 CXXFLAGS+=              -fomit-frame-pointer -ffast-math  CXXFLAGS+=              -fomit-frame-pointer -ffast-math
   
 RCD_SCRIPTS=            xfstt  LDFLAGS.SunOS+=         -lsocket -lnsl
   
 post-patch:  RCD_SCRIPTS=            xfstt
         @( \  INSTALLATION_DIRS=      bin                     \
         cd ${WRKSRC} ; \                          ${PKGMANDIR}/man1       \
         for f in src/perftest.cc src/xfstt.cc doc/xfstt.1x; \                          share/fonts/X11/TTF     \
         do \                          share/doc/xfstt         \
             ${MV} $$f $$f.orig ; \                          share/examples/xfstt
             ${SED} ${FILES_SUBST_SED} $$f.orig > $$f ; \  
         done ; \  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:  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/TTF                  ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xfstt.1
         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfstt          cd ${WRKSRC} && (                                       \
         ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xfstt              ${INSTALL_DATA} doc/FAQ TODO THANKS         \
         cd ${WRKSRC} && (                               \                  ${DESTDIR}${PREFIX}/share/doc/xfstt/ ;          \
         ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS     \              ${INSTALL_DATA} doc/examples/font.properties        \
                 ${PREFIX}/share/doc/xfstt/ ;            \                   ${DESTDIR}${PREFIX}/share/examples/xfstt/      \
         ${INSTALL_DATA} doc/examples/font.properties    \  
                  ${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.20  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>