pkgsrc/graphics/tex-pdfcrop/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

32 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:09 wiz Exp $
DISTNAME= pdfcrop
PKGNAME= tex-${DISTNAME}-1.32
PKGREVISION= 3
TEXLIVE_REV= 23499
MAINTAINER= minskim@NetBSD.org
COMMENT= Crop PDF graphics
CONFLICTS= teTeX-bin<3.0nb49
USE_TOOLS+= gs:run perl:run
REPLACE_PERL= bin/pdfcrop
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= bin/pdfcrop
SUBST_SED.paths+= -e 's,@GHOSTSCRIPT@,${TOOLS_PATH.gs},g'
TEX_TEXMF_DIRS= # empty
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf-dist/scripts/pdfcrop/pdfcrop.pl \
${WRKSRC}/bin/pdfcrop
.include "../../mk/bsd.pkg.mk"