pkgsrc/graphics/tex-a2ping/Makefile
wiz 44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00

34 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/09/06 16:49:27 wiz Exp $
DISTNAME= a2ping
PKGNAME= tex-${DISTNAME}-2.77p
PKGREVISION= 5
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
COMMENT= Advanced PS, PDF, EPS converter
LICENSE= gnu-gpl-v2
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"