pkgsrc/graphics/tex-a2ping/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

35 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:41 wiz Exp $
DISTNAME= a2ping
PKGNAME= tex-${DISTNAME}-2.77p
PKGREVISION= 3
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
COMMENT= Advanced PS, PDF, EPS converter
CONFLICTS+= teTeX-bin<=3.0nb34
USE_TOOLS+= perl:run sh:run
REPLACE_SH= bin/a2ping
SUBST_CLASSES+= perl
SUBST_MESSAGE.perl= Setting path to perl.
SUBST_STAGE.perl= pre-configure
SUBST_FILES.perl= bin/a2ping
SUBST_SED.perl= -e 's,@PERL@,${PERL5},g'
TEX_TEXMF_DIRS= none
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf-dist/scripts/a2ping/a2ping.pl ${WRKSRC}/bin/a2ping
${RM} -r ${WRKSRC}/texmf-dist
pre-install:
${RM} ${WRKSRC}/bin/*.orig
.include "../../mk/bsd.pkg.mk"