summaryrefslogtreecommitdiff
path: root/fonts/ps2pkm/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-07-26 23:50:00 +0000
committerminskim <minskim>2009-07-26 23:50:00 +0000
commit587fb94cb5f15aff1c3241243f73691578f7088f (patch)
treeb1038d01f9ce128610ffe323094162d4bfd35669 /fonts/ps2pkm/Makefile
parentd5dff519cdb2e3bc7408fc6e5030f301a8f7e5ea (diff)
downloadpkgsrc-587fb94cb5f15aff1c3241243f73691578f7088f.tar.gz
Import ps2pkm-1.5 as fonts/ps2pkm.
ps2pk is a tool that converts a PostScript type1 font into a corresponding TeX PK font. The tool is especially interesting if you want to use fully hinted type1 fonts in your DVI previewer (instead of the unhinted type1 fonts currently used in GhostScript) or on a printer that has no PostScript interpreter.
Diffstat (limited to 'fonts/ps2pkm/Makefile')
-rw-r--r--fonts/ps2pkm/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/fonts/ps2pkm/Makefile b/fonts/ps2pkm/Makefile
new file mode 100644
index 00000000000..a370635090e
--- /dev/null
+++ b/fonts/ps2pkm/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 23:50:00 minskim Exp $
+
+DISTNAME= texlive-20080816-source
+PKGNAME= ps2pkm-1.5
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
+EXTRACT_SUFX= .tar.lzma
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= Tool to convert PostSCript fonts into TeX PK fonts
+
+CONFLICTS+= teTeX-bin<=3.0nb34
+
+EXTRACT_ELEMENTS= ${DISTNAME}/texk/ps2pkm \
+ ${DISTNAME}/texk/make \
+ ${DISTNAME}/texk/install.sh \
+ ${DISTNAME}/texk/mkinstalldirs
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+INFO_FILES= yes
+USE_LIBTOOL= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pkm
+
+MAKE_ENV+= KPATHSEA_PREFIX=${BUILDLINK_PREFIX.kpathsea}
+MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} \
+ kpathsea_parent=${BUILDLINK_PREFIX.kpathsea}/include \
+ kpathsea_srcdir=${BUILDLINK_PREFIX.kpathsea}/include/kpathsea \
+ kpathsea=${BUILDLINK_PREFIX.kpathsea}/lib/libkpathsea.la
+
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
+ infodir=${DESTDIR}${PREFIX}/${PKGINFODIR} \
+ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
+.include "../../print/kpathsea/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"