pkgsrc/print/tex-platex/Makefile
markd 270d786018 tex-platex{,-doc}: update to 2020.57730
* Format date: pLaTeX2e <2020-10-01>+2.
* Adapt to LaTeX2e <2021-05-01> pre-release-1.

* Format date: `pLaTeX2e <2020-10-01>+1`.
* Improve rollback detection of new hook system.
* plext.sty: Support e-TeX length expressions in picture coordinates
  (similar to LaTeX2e 2020-10-01).
2021-02-21 05:54:40 +00:00

39 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2021/02/21 05:54:40 markd Exp $
DISTNAME= platex
PKGNAME= tex-${DISTNAME}-2020.57730
TEXLIVE_REV= 57730
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/platex
COMMENT= pLaTeX2e and miscellaneous macros for pTeX
LICENSE= modified-bsd
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-everyshi-[0-9]*:../../print/tex-everyshi
DEPENDS+= tex-firstaid-[0-9]*:../../print/tex-firstaid
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-base-dev-[0-9]*:../../print/tex-latex-base-dev
DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex
DEPENDS+= tex-ptex-fonts-[0-9]*:../../fonts/tex-ptex-fonts
DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files
DEPENDS+= tex-unicode-data-[0-9]*:../../print/tex-unicode-data
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"