pkgsrc/print/tex-ptex/Makefile
markd dcc486c5b4 tex-ptex: update to 3.2pl55920
With input from Atsushi Toyokura in pkgsrc-wip

changes to dependencies and PLIST.
2021-02-22 10:10:22 +00:00

30 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2021/02/22 10:10:22 markd Exp $
DISTNAME= ptex
PKGNAME= tex-${DISTNAME}-3.2pl55920
TEXLIVE_REV= 55920
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/ptex
COMMENT= TeX system for publishing in Japanese
LICENSE= modified-bsd
DEPENDS+= makejvf-[0-9]*:../../fonts/makejvf
DEPENDS+= mendexk-[0-9]*:../../textproc/mendexk
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
DEPENDS+= tex-ptex-base-[0-9]*:../../print/tex-ptex-base
DEPENDS+= tex-ptex-fonts-[0-9]*:../../fonts/tex-ptex-fonts
DEPENDS+= web2c-[0-9]*:../../print/web2c
TEX_FORMATS+= "ptex ptex - ptex.ini\\neptex eptex language.def *eptex.ini\\n"
TEX_KANJIMAP_FILES+= ptex-@jaEmbed@@jaVariant@.map
PLIST_SRC= # none
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"