summaryrefslogtreecommitdiff
path: root/print/tex-dehyph-exptl/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-15 05:25:38 +0000
committerminskim <minskim>2009-04-15 05:25:38 +0000
commitd9f9468eea8ac9c228218e9aa06d849734246279 (patch)
tree01588889a15edcd4f60b0418fed16cfd08d7c4f1 /print/tex-dehyph-exptl/Makefile
parentb089f89e4d8f24a72f175a678d578db24653a1ff (diff)
downloadpkgsrc-d9f9468eea8ac9c228218e9aa06d849734246279.tar.gz
Import tex-dehyph-exptl-0.13 as print/tex-dehyph-exptl.
The package provides experimental hyphenation patterns for the German language, covering both traditional and reformed orthography. The patterns can be used with packages Babel and hyphsubst.
Diffstat (limited to 'print/tex-dehyph-exptl/Makefile')
-rw-r--r--print/tex-dehyph-exptl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/tex-dehyph-exptl/Makefile b/print/tex-dehyph-exptl/Makefile
new file mode 100644
index 00000000000..c2fa8385893
--- /dev/null
+++ b/print/tex-dehyph-exptl/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 05:25:38 minskim Exp $
+# TeX Live Revision 9413
+
+DISTNAME= dehyph-exptl
+PKGNAME= tex-${DISTNAME}-0.13
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Experimental hyphenation patterns for the German language
+
+CONFLICTS+= teTeX-texmf<=3.0nb12
+
+TEX_HYPHEN_DAT+= german-x-2008-06-18 dehypht-x-2008-06-18.tex
+TEX_HYPHEN_DAT+= = german-x-latest
+TEX_HYPHEN_DAT+= ngerman-x-2008-06-18 dehyphn-x-2008-06-18.tex
+TEX_HYPHEN_DAT+= = ngerman-x-latest
+TEX_HYPHEN_DEF+= \addlanguage{german-x-2008-06-18}{dehypht-x-2008-06-18.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \addlanguage{german-x-latest}{dehypht-x-2008-06-18.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-2008-06-18}{dehyphn-x-2008-06-18.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-latest}{dehyphn-x-2008-06-18.tex}{}{2}{2}
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"