44faa0cdcd
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
26 lines
769 B
Makefile
26 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/09/06 16:49:39 wiz Exp $
|
|
|
|
DISTNAME= hyphen-uppersorbian
|
|
PKGNAME= tex-${DISTNAME}-2016
|
|
TEXLIVE_REV= 40340
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Hyphenation patterns for Upper Sorbian
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
|
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|
|
|
TEX_HYPHEN_DAT+= uppersorbian loadhyph-hsb.tex
|
|
TEX_HYPHEN_DEF+= \\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
|
|
TEX_HYPHEN_LUA+= ['uppersorbian']={ \
|
|
loader='loadhyph-hsb.tex', \
|
|
lefthyphenmin=2, \
|
|
righthyphenmin=2, \
|
|
synonyms={}, \
|
|
patterns='hyph-hsb.pat.txt', \
|
|
hyphenation='hyph-hsb.hyp.txt', \
|
|
},
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|