diff options
Diffstat (limited to 'print/tex-hyphen-latin/Makefile')
-rw-r--r-- | print/tex-hyphen-latin/Makefile | 17 |
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" |