pkgsrc/fonts/ttf2pk/Makefile
markd 1e2903d897 Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.
2015-06-14 11:19:58 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2015/06/14 11:20:01 markd Exp $
DISTNAME= texlive-20150521-source
PKGNAME= ttf2pk-2.0
PKGREVISION= 1
CATEGORIES= fonts print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= bernhard@SDG.de
HOMEPAGE= http://www.freetype.org/
COMMENT= TrueType to TeX PK font converter
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
${DISTNAME}/texk/ttf2pk2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttf2pk2
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
CONFIGURE_ARGS+= --with-system-kpathsea
CONFIGURE_ARGS+= --with-system-zlib \
--with-zlib-includes=${BUILDLINK_PREFIX.zlib}/include \
--with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib
CONFIGURE_ARGS+= --with-system-freetype2
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"