pkgsrc/print/tex-pdftools/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

39 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:49 wiz Exp $
DISTNAME= pdftools
PKGNAME= tex-${DISTNAME}-0.82
PKGREVISION= 2
TEXLIVE_REV= 23089
MAINTAINER= minskim@NetBSD.org
COMMENT= PDF-related utilities, including PostScript-to-PDF conversion
LICENSE= public-domain
CONFLICTS= texlive-pdftools<2011
DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
DEPENDS+= tex-oberdiek>=2011:../../print/tex-oberdiek
DEPENDS+= tex-pst-pdf-[0-9]*:../../graphics/tex-pst-pdf
DEPENDS+= web2c-[0-9]*:../../print/web2c
EVAL_PREFIX+= EPSTOPDF_PREFIX=tex-epstopdf
USE_TOOLS+= perl:run
REPLACE_PERL+= bin/e2pall
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= bin/e2pall
SUBST_SED.paths+= -e 's,@EPSTOPDF@,${EPSTODPF_PREFIX}/bin/epstopdf,g'
INSTALLATION_DIRS+= bin
TEX_TEXMF_DIRS= # empty
.include "../../print/texlive/package.mk"
.include "options.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf/scripts/tetex/e2pall.pl ${WRKSRC}/bin/e2pall
.include "../../mk/bsd.pkg.mk"