blob: 19759ba5f4806571c3665f656fa586fd08d11b2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:40 markd Exp $
DISTNAME= hyphen-occitan
PKGNAME= tex-${DISTNAME}-2019
TEXLIVE_REV= 51186
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/hyphen-occitan
COMMENT= Occitan hyphenation patterns
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= occitan loadhyph-oc.tex
TEX_HYPHEN_DEF+= \\addlanguage{occitan}{loadhyph-oc.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['occitan']={ \
loader='loadhyph-oc.tex', \
lefthyphenmin=2, \
righthyphenmin=2, \
synonyms={}, \
patterns='hyph-oc.pat.txt', \
hyphenation='', \
},
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|