25 lines
691 B
Makefile
25 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:42 minskim Exp $
|
|
|
|
DISTNAME= hyphen-icelandic
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 20144
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Icelandic hyphenation patterns
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|
|
|
TEX_HYPHEN_DAT+= icelandic loadhyph-is.tex
|
|
TEX_HYPHEN_DEF+= \addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
|
|
TEX_HYPHEN_LUA+= ['icelandic']={ \
|
|
\\tloader='loadhyph-is.tex', \
|
|
\\tlefthyphenmin=2, \
|
|
\\trighthyphenmin=2, \
|
|
\\tsynonyms={}, \
|
|
\\tpatterns='hyph-is.pat.txt', \
|
|
\\thyphenation='', \
|
|
},
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|