summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-chinese/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-hyphen-chinese/Makefile')
-rw-r--r--print/tex-hyphen-chinese/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-chinese/Makefile b/print/tex-hyphen-chinese/Makefile
index 66bafa9b685..3798afd4571 100644
--- a/print/tex-hyphen-chinese/Makefile
+++ b/print/tex-hyphen-chinese/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:34 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/08 16:03:57 minskim Exp $
DISTNAME= hyphen-chinese
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Chinese
@@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= pinyin loadhyph-zh-latn.tex
TEX_HYPHEN_DEF+= \addlanguage{pinyin}{loadhyph-zh-latn.tex}{}{1}{1}
+TEX_HYPHEN_LUA+= ['pinyin']={ \
+ \\tloader='loadhyph-zh-latn.tex', \
+ \\tlefthyphenmin=1, \
+ \\trighthyphenmin=1, \
+ \\tsynonyms={}, \
+ \\tpatterns='hyph-zh-latn.pat.txt', \
+ \\thyphenation='', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"