pkgsrc/print/tex-hyphen-french/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

30 lines
922 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:36 wiz Exp $
DISTNAME= hyphen-french
PKGNAME= tex-${DISTNAME}-2016
TEXLIVE_REV= 41113
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for French
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+= french loadhyph-fr.tex
TEX_HYPHEN_DAT+= = patois
TEX_HYPHEN_DAT+= = francais
TEX_HYPHEN_DEF+= \\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['french']={ \
loader='loadhyph-fr.tex', \
lefthyphenmin=2, \
righthyphenmin=3, \
synonyms={'patois','francais',}, \
patterns='hyph-fr.pat.txt', \
hyphenation='', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"