pkgsrc/print/tex-hyphen-basque/Makefile

26 lines
671 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2010/11/08 00:34:10 minskim Exp $
DISTNAME= hyphen-basque
PKGNAME= tex-${DISTNAME}-2010
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation for Basque
CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= basque loadhyph-eu.tex
TEX_HYPHEN_DEF+= \addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['basque']={ \
\\tloader='loadhyph-eu.tex', \
\\tlefthyphenmin=2, \
\\trighthyphenmin=2, \
\\tsynonyms={}, \
\\tpatterns='hyph-eu.pat.txt', \
\\thyphenation='', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"