[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.17 and 1.42

version 1.17, 2004/01/01 20:06:11 version 1.42, 2018/03/07 11:57:46
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               xfstt-1.6  DISTNAME=               xfstt-1.9.3
   PKGREVISION=            1
 CATEGORIES=             x11 net fonts  CATEGORIES=             x11 net fonts
 MASTER_SITES=           http://download.berlios.de/xfstt/  MASTER_SITES=           http://archive.hadrons.org/software/xfstt/
   EXTRACT_SUFX=           .tar.xz
   
 MAINTAINER=             tech-pkg@NetBSD.org  MAINTAINER=             pkgsrc-users@NetBSD.org
 HOMEPAGE=               http://developer.berlios.de/projects/xfstt/  HOMEPAGE=               http://www.hadrons.org/software/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_TOOLS+=             gmake pkg-config
 USE_GMAKE=              YES  
 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 19  CONFIGURE_ARGS+= --disable-nls
Line 20  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
   SUBST_SED.paths=        -e 's,/usr,${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/TrueType                  ${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/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>