pkgsrc/print/tex-oberdiek/Makefile
markd a19f2d35bd tex-oberdiek{,-doc}: update to 2018.49285
Fixing several issues reported at
https://github.com/ho-tex/oberdiek/issues
Also the code has been simplified removing code paths for obsolete
versions of luatex and removing dependcies on the luatex85
compatibility package. the build system has been improved, with all the
existing test files converted to l3build and reference results checked.
2019-01-28 08:21:09 +00:00

33 lines
962 B
Makefile

# $NetBSD: Makefile,v 1.23 2019/01/28 08:21:09 markd Exp $
DISTNAME= oberdiek
PKGNAME= tex-${DISTNAME}-2018.49285
TEXLIVE_REV= 49285
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/oberdiek
COMMENT= Bundle of packages submitted by Heiko Oberdiek
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
USE_TOOLS+= perl:run
REPLACE_PERL= bin/pdfatfi
INSTALLATION_DIRS+= bin
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/scripts/oberdiek/pdfatfi.pl ${WRKSRC}/bin/pdfatfi
.include "../../mk/bsd.pkg.mk"