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/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/tex-hyphen-chinese/Makefile b/print/tex-hyphen-chinese/Makefile
new file mode 100644
index 00000000000..ffcfab60cd9
--- /dev/null
+++ b/print/tex-hyphen-chinese/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:27:04 minskim Exp $
+# TeX Live Revision 9013
+
+DISTNAME= hyphen-chinese
+PKGNAME= tex-${DISTNAME}-2008.9013
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Hyphenation patterns for Chinese
+
+CONFLICTS+= teTeX-texmf<=3.0nb12
+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}
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"