pkgsrc/print/tex-hyphen-ukrainian/Makefile
wiz 6350e8877f \addlanguage needs to be quoted to \\addlanguage, because the sed(1)
eats one of the backslashes.
Bump PKGREVISION.
2015-05-03 17:52:38 +00:00

27 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-ukrainian
PKGNAME= tex-${DISTNAME}-2010
PKGREVISION= 3
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Ukrainian
CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+= tex-ukrhyph>=2009:../../print/tex-ukrhyph
TEX_HYPHEN_DAT+= ukrainian loadhyph-uk.tex
TEX_HYPHEN_DEF+= \\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['ukrainian']={ \
loader='loadhyph-uk.tex', \
lefthyphenmin=2, \
righthyphenmin=2, \
synonyms={}, \
patterns='hyph-uk.pat.txt', \
hyphenation='', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"