e468cd0a12
No functional change.
34 lines
727 B
Makefile
34 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/05/26 05:25:06 minskim Exp $
|
|
|
|
DISTNAME= a2ping
|
|
PKGNAME= tex-${DISTNAME}-2.77p
|
|
TEXLIVE_REV= 16044
|
|
|
|
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"
|