pkgsrc/print/tex-platex/Makefile
markd 2cd0e31426 Add tex-platex{,-doc} 0.0.2016
The bundle provides pLaTeX2e and miscellaneous macros for pTeX
and e-pTeX. This is a community edition forked from the
original ASCII edition (ptex-texmf-2.5).

Added during freeze to fix up pTex handling.
2017-03-26 20:07:03 +00:00

23 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/03/26 20:07:03 markd Exp $
DISTNAME= platex
PKGNAME= tex-${DISTNAME}-0.0.2016
TEXLIVE_REV= 41593
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/platex
COMMENT= pLaTeX2e and miscellaneous macros for pTeX
LICENSE= modified-bsd
DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex
INSTALLATION_DIRS+= bin
TEX_FORMATS+= "platex eptex language.dat *platex.ini\\n"
.include "../../print/texlive/package.mk"
post-install:
${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex
.include "../../mk/bsd.pkg.mk"