pkgsrc/print/tex-hyphen-russian/Makefile
wiz 44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00

27 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/09/06 16:49:38 wiz Exp $
DISTNAME= hyphen-russian
PKGNAME= tex-${DISTNAME}-2016
TEXLIVE_REV= 40340
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Russian
LICENSE= lppl-1.3c
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+= tex-ruhyphen>=1.6:../../print/tex-ruhyphen
TEX_HYPHEN_DAT+= russian loadhyph-ru.tex
TEX_HYPHEN_DEF+= \\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['russian']={ \
loader='loadhyph-ru.tex', \
lefthyphenmin=2, \
righthyphenmin=2, \
synonyms={}, \
patterns='hyph-ru.pat.txt', \
hyphenation='hyph-ru.hyp.txt', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"