d8b048e8ef
* Inhibit JFM glue around tabular components. * plext.sty: Improve tabular alignment. * ascmac.sty: Check definition of \Return.
23 lines
548 B
Makefile
23 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/08/23 23:15:46 markd Exp $
|
|
|
|
DISTNAME= platex
|
|
PKGNAME= tex-${DISTNAME}-2017.44913
|
|
TEXLIVE_REV= 44913
|
|
|
|
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"
|