summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-german/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-hyphen-german/Makefile')
-rw-r--r--print/tex-hyphen-german/Makefile36
1 files changed, 32 insertions, 4 deletions
diff --git a/print/tex-hyphen-german/Makefile b/print/tex-hyphen-german/Makefile
index 09fffcf694a..1c4c21367af 100644
--- a/print/tex-hyphen-german/Makefile
+++ b/print/tex-hyphen-german/Makefile
@@ -1,20 +1,48 @@
-# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/06/16 04:06:06 markd Exp $
DISTNAME= hyphen-german
-PKGNAME= tex-${DISTNAME}-2013
-PKGREVISION= 1
-TEXLIVE_REV= 29725
+PKGNAME= tex-${DISTNAME}-2016
+TEXLIVE_REV= 40340
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for German
+LICENSE= lppl-1.3c
CONFLICTS+= teTeX-texmf<=3.0nb12
+DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= german loadhyph-de-1901.tex
TEX_HYPHEN_DAT+= ngerman loadhyph-de-1996.tex
+TEX_HYPHEN_DAT+= swissgerman loadhyph-de-ch-1901.tex
TEX_HYPHEN_DEF+= \\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}
+
+TEX_HYPHEN_LUA+= ['german'] = { \
+ loader = 'loadhyph-de-1901.tex', \
+ lefthyphenmin = 2, \
+ righthyphenmin = 2, \
+ synonyms = { }, \
+ patterns = 'hyph-de-1901.pat.txt', \
+ hyphenation = '', \
+ },
+TEX_HYPHEN_LUA+= ['ngerman'] = { \
+ loader = 'loadhyph-de-1996.tex', \
+ lefthyphenmin = 2, \
+ righthyphenmin = 2, \
+ synonyms = { }, \
+ patterns = 'hyph-de-1996.pat.txt', \
+ hyphenation = '', \
+ },
+TEX_HYPHEN_LUA+= ['swissgerman'] = { \
+ loader = 'loadhyph-de-ch-1901.tex', \
+ lefthyphenmin = 2, \
+ righthyphenmin = 2, \
+ synonyms = { }, \
+ patterns = 'hyph-de-ch-1901.pat.txt', \
+ hyphenation = '', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"