summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-latin/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-15 07:42:52 +0000
committerminskim <minskim>2009-04-15 07:42:52 +0000
commit7d76dad9f92ae93e60c8130e9eb15fdd1867a819 (patch)
tree3388b3d04e8a3c7acf46b39fef5f19721eafcda3 /print/tex-hyphen-latin/Makefile
parent947ed43aacdf17a2eedb62427bdf616bc331dfe8 (diff)
downloadpkgsrc-7d76dad9f92ae93e60c8130e9eb15fdd1867a819.tar.gz
Import tex-hyphen-latin-2008.9093 as print/tex-hyphen-latin.
This package provides TeX hyphenation patterns for Latin.
Diffstat (limited to 'print/tex-hyphen-latin/Makefile')
-rw-r--r--print/tex-hyphen-latin/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/tex-hyphen-latin/Makefile b/print/tex-hyphen-latin/Makefile
new file mode 100644
index 00000000000..672017937c1
--- /dev/null
+++ b/print/tex-hyphen-latin/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:42:52 minskim Exp $
+# TeX Live Revision 9093
+
+DISTNAME= hyphen-latin
+PKGNAME= tex-${DISTNAME}-2008.9093
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Hyphenation patterns for Latin
+
+CONFLICTS+= teTeX-texmf<=3.0nb12
+DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+= latin loadhyph-la.tex
+TEX_HYPHEN_DEF+= \addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"