pkgsrc/print/tex-hyphen-chinese/Makefile
wiz 44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00

26 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/09/06 16:49:36 wiz Exp $
DISTNAME= hyphen-chinese
PKGNAME= tex-${DISTNAME}-2016
TEXLIVE_REV= 40340
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Chinese
LICENSE= lppl-1.3c
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= pinyin loadhyph-zh-latn-pinyin.tex
TEX_HYPHEN_DEF+= \\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['pinyin']={ \
loader='loadhyph-zh-latn-pinyin.tex', \
lefthyphenmin=1, \
righthyphenmin=1, \
synonyms={}, \
patterns='hyph-zh-latn-pinyin.pat.txt', \
hyphenation='', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"