2010-11-10 18:55:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:27 minskim Exp $
|
2009-04-15 07:25:38 +02:00
|
|
|
|
|
|
|
DISTNAME= dehyph-exptl
|
2010-05-23 12:01:50 +02:00
|
|
|
PKGNAME= tex-${DISTNAME}-0.20
|
2010-11-10 18:55:27 +01:00
|
|
|
PKGREVISION= 2
|
2010-11-08 01:40:07 +01:00
|
|
|
TEXLIVE_REV= 18640
|
2009-04-15 07:25:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
|
|
COMMENT= Experimental hyphenation patterns for the German language
|
|
|
|
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
|
|
|
2010-05-23 12:01:50 +02:00
|
|
|
TEX_HYPHEN_DAT+= german-x-2009-06-19 dehypht-x-2009-06-19.tex
|
2009-04-15 07:25:38 +02:00
|
|
|
TEX_HYPHEN_DAT+= = german-x-latest
|
2010-05-23 12:01:50 +02:00
|
|
|
TEX_HYPHEN_DAT+= ngerman-x-2009-06-19 dehyphn-x-2009-06-19.tex
|
2009-04-15 07:25:38 +02:00
|
|
|
TEX_HYPHEN_DAT+= = ngerman-x-latest
|
2010-05-23 12:01:50 +02:00
|
|
|
TEX_HYPHEN_DEF+= \addlanguage{german-x-2009-06-19}{dehypht-x-2009-06-19.tex}{}{2}{2}
|
|
|
|
TEX_HYPHEN_DEF+= \addlanguage{german-x-latest}{dehypht-x-2009-06-19.tex}{}{2}{2}
|
|
|
|
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2}
|
|
|
|
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2}
|
2010-11-08 01:40:07 +01:00
|
|
|
TEX_HYPHEN_LUA+= ['german-x-2009-06-19']={ \
|
2010-11-10 18:55:27 +01:00
|
|
|
loader='dehypht-x-2009-06-19.tex', \
|
|
|
|
lefthyphenmin=2, \
|
|
|
|
righthyphenmin=2, \
|
|
|
|
synonyms={'german-x-latest',}, \
|
|
|
|
patterns='hyph-de-1901.pat.txt', \
|
|
|
|
hyphenation='hyph-de-1901.hyp.txt', \
|
2010-11-08 01:40:07 +01:00
|
|
|
},
|
|
|
|
TEX_HYPHEN_LUA+= ['ngerman-x-2009-06-19']={ \
|
2010-11-10 18:55:27 +01:00
|
|
|
loader='dehyphn-x-2009-06-19.tex', \
|
|
|
|
lefthyphenmin=2, \
|
|
|
|
righthyphenmin=2, \
|
|
|
|
synonyms={'ngerman-x-latest',}, \
|
|
|
|
patterns='hyph-de-1996.pat.txt', \
|
|
|
|
hyphenation='hyph-de-1996.hyp.txt', \
|
2010-11-08 01:40:07 +01:00
|
|
|
},
|
2009-04-15 07:25:38 +02:00
|
|
|
|
2010-05-23 12:01:50 +02:00
|
|
|
.include "../../print/texlive/package.mk"
|
2009-04-15 07:25:38 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|