[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.33 and 1.43

version 1.33, 2012/06/13 08:23:26 version 1.43, 2018/07/04 13:40:44
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               xfstt-1.9  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=             pkgsrc-users@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  LICENSE=                gnu-gpl-v2
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 USE_LANGUAGES=          c c++  USE_LANGUAGES=          c c++
 USE_X11BASE=            YES  
 USE_TOOLS+=             gmake pkg-config  USE_TOOLS+=             gmake pkg-config
 GNU_CONFIGURE=          YES  GNU_CONFIGURE=          YES
   
Line 22  CONFIGURE_ARGS+= --disable-nls
Line 20  CONFIGURE_ARGS+= --disable-nls
   
 CXXFLAGS+=              -fomit-frame-pointer -ffast-math  CXXFLAGS+=              -fomit-frame-pointer -ffast-math
   
   LDFLAGS.SunOS+=         -lsocket -lnsl
   
 RCD_SCRIPTS=            xfstt  RCD_SCRIPTS=            xfstt
 INSTALLATION_DIRS=      bin                     \  INSTALLATION_DIRS=      bin                     \
                         ${PKGMANDIR}/man1       \                          ${PKGMANDIR}/man1       \
                         lib/X11/fonts/TTF       \                          share/fonts/X11/TTF     \
                         share/doc/xfstt         \                          share/doc/xfstt         \
                         share/examples/xfstt                          share/examples/xfstt
   
 SUBST_CLASSES+=         paths  SUBST_CLASSES+=         paths
 SUBST_FILES.paths=      doc/FAQ doc/xfstt.1x  SUBST_FILES.paths=      doc/FAQ
 SUBST_SED.paths=        -e 's,@PREFIX@,${PREFIX},g'  SUBST_SED.paths=        -e 's,/usr,${PREFIX},g'
 SUBST_STAGE.paths=      post-patch  SUBST_STAGE.paths=      pre-configure
   
 do-install:  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${DESTDIR}${PREFIX}/bin          ${INSTALL_PROGRAM} ${WRKSRC}/src/xfstt ${DESTDIR}${PREFIX}/bin
Line 45  do-install:
Line 45  do-install:
                  ${DESTDIR}${PREFIX}/share/examples/xfstt/      \                   ${DESTDIR}${PREFIX}/share/examples/xfstt/      \
         )          )
   
 .include "../../x11/fontsproto/buildlink3.mk"  .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>