summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-french/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-15 07:35:50 +0000
committerminskim <minskim>2009-04-15 07:35:50 +0000
commit9f84109070c6c35d1b614c6c1f2c166dc66e395e (patch)
treeb3536db2474f3f6771e1216ec98af141b7596116 /print/tex-hyphen-french/Makefile
parentb61cf52c326b24ae01e4fcd9d787d9a5ffaad208 (diff)
downloadpkgsrc-9f84109070c6c35d1b614c6c1f2c166dc66e395e.tar.gz
Import tex-hyphen-french-2008.11021 as print/tex-hyphen-french.
This package provides TeX hyphenation patterns for French.
Diffstat (limited to 'print/tex-hyphen-french/Makefile')
-rw-r--r--print/tex-hyphen-french/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/print/tex-hyphen-french/Makefile b/print/tex-hyphen-french/Makefile
new file mode 100644
index 00000000000..f0da0c729db
--- /dev/null
+++ b/print/tex-hyphen-french/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:35:50 minskim Exp $
+# TeX Live Revision 11021
+
+DISTNAME= hyphen-french
+PKGNAME= tex-${DISTNAME}-2008.11021
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Hyphenation patterns for French
+
+CONFLICTS+= teTeX-texmf<=3.0nb12
+DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+= french loadhyph-fr.tex
+TEX_HYPHEN_DAT+= = patois
+TEX_HYPHEN_DAT+= = francais
+TEX_HYPHEN_DEF+= \addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"