1e2903d897
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.
32 lines
947 B
Makefile
32 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/06/14 11:19:58 markd Exp $
|
|
|
|
DISTNAME= texlive-20150521-source
|
|
PKGNAME= lcdftypetools-2.104
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/lcdf-typetools
|
|
COMMENT= A bundle of outline font manipulation tools
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/texk/lcdf-typetools
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
|
|
|
|
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
|
|
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
|
|
|
|
CONFIGURE_ARGS+= --with-system-kpathsea
|
|
|
|
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|