pkgsrc/print/tex-uptex/Makefile
markd 8118753a3f tex-uptex{,-doc}: Add version 2020
From Atsushi Toyokura in pkgsrc-wip

upTeX is an extension of pTeX, using UTF-8 input and producing
UTF-8 output. It was originally designed to improve support for
Japanese, but is also useful for documents in Chinese and
Korean. It can process Chinese simplified, Chinese traditional,
Japanese, and Korean simultaneously, and can also process
original LaTeX with \inputenc{utf8} and Babel
(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.
2021-02-22 10:17:56 +00:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/22 10:17:56 markd Exp $
DISTNAME= uptex
PKGNAME= tex-${DISTNAME}-2020
TEXLIVE_REV= 56291
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/uptex
COMMENT= Unicode version of pTeX
LICENSE= modified-bsd
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
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-uptex-base-[0-9]*:../../print/tex-uptex-base
DEPENDS+= tex-uptex-fonts-[0-9]*:../../fonts/tex-uptex-fonts
DEPENDS+= upmendex-[0-9]*:../../textproc/upmendex
DEPENDS+= web2c-[0-9]*:../../print/web2c
TEX_FORMATS+= "uptex uptex - uptex.ini\\neuptex euptex language.def *euptex.ini\\n"
TEX_KANJIMAP_FILES+= uptex-@jaEmbed@@jaVariant@.map
TEX_KANJIMAP_FILES+= uptex-ko-@koEmbed@.map
TEX_KANJIMAP_FILES+= uptex-sc-@scEmbed@.map
TEX_KANJIMAP_FILES+= uptex-tc-@tcEmbed@.map
PLIST_SRC= # none
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"