3b893e0b09
* Improve tabular environment. * Reconstruct format files. * jclasses: use \Cjascale. * Fix a bug in \nolinebreak. (`pLaTeX2e <2017/10/28>+4`)
23 lines
542 B
Makefile
23 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/05/12 01:22:42 markd Exp $
|
|
|
|
DISTNAME= platex
|
|
PKGNAME= tex-${DISTNAME}-2018
|
|
TEXLIVE_REV= 47402
|
|
|
|
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"
|