summaryrefslogtreecommitdiff
path: root/fonts/ttf2pk/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-17 19:50:09 +0000
committerminskim <minskim>2006-06-17 19:50:09 +0000
commitfd0be6384578eaca147eecaa6999bdd7bc225352 (patch)
treed4203b674b3578fee7321eff035d63c1969743cc /fonts/ttf2pk/Makefile
parentb1170ad29673e90919bb3399e46262b4be89a8ab (diff)
downloadpkgsrc-fd0be6384578eaca147eecaa6999bdd7bc225352.tar.gz
Update ttf2pk to 1.5 to sync with freetype-lib.
Changes: - Added support for multiple SFD files. - New option `-L' to provide a ligature mapping file. - New option `-w' to emit PostScript encoding vectors for subfont files to be used with pdfLaTeX. - Add support for a configuration file (ttf2pk.cfg) which can read more than a single map file, similar to pdfTeX. - Support for character codes greater than 0xFFFF. - ttf2tfm no longer assumes that the x-height is always 400 PS units.
Diffstat (limited to 'fonts/ttf2pk/Makefile')
-rw-r--r--fonts/ttf2pk/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index 7e01ef749b9..dfd1a2b0e16 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/04/07 04:47:20 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/17 19:50:09 minskim Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
-PKGNAME= ttf2pk-1.3.1
-PKGREVISION= 4
+PKGNAME= ttf2pk-${FT_VERS}
CATEGORIES= print
MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org
@@ -12,8 +11,9 @@ HOMEPAGE= http://www.freetype.org/
COMMENT= TrueType to TeX PK font converter
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${LOCALBASE:Q}
-CONFIGURE_ARGS+= --with-kpathsea-dir=${PREFIX}/lib
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --with-kpathsea-include=${BUILDLINK_PREFIX.teTeX-bin}/include
+CONFIGURE_ARGS+= --with-kpathsea-lib=${BUILDLINK_PREFIX.teTeX-bin}/lib
T2PSRC= ${WRKSRC}/contrib/ttf2pk
CONFIGURE_DIRS+= ${T2PSRC}
@@ -23,16 +23,12 @@ BUILD_TARGET= depend all
USE_DIRS+= texmf-1.0
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf213
INSTALLATION_DIRS= bin man/man1
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../print/teTeX/module.mk"
-pre-configure:
- cd ${T2PSRC}; autoconf
-
do-install:
${INSTALL_PROGRAM} ${T2PSRC}/ttf2pk \
${T2PSRC}/ttf2tfm \