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

35 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:09 wiz Exp $
DISTNAME= a2ping
PKGNAME= tex-${DISTNAME}-2.77p
PKGREVISION= 2
TEXLIVE_REV= 18835
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/scripts/a2ping/a2ping.pl ${WRKSRC}/bin/a2ping
${RM} -r ${WRKSRC}/texmf
pre-install:
${RM} ${WRKSRC}/bin/*.orig
.include "../../mk/bsd.pkg.mk"