summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-latin/Makefile
blob: 8252af40b859665b66256c3272459c2ea415574d (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
28
29
30
31
32
33
34
35
36
37
38
# $NetBSD: Makefile,v 1.16 2020/05/10 04:32:02 markd Exp $

DISTNAME=	hyphen-latin
PKGNAME=	tex-${DISTNAME}-3.1.2020
PKGREVISION=	1
TEXLIVE_REV=	54568

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/lahyph
COMMENT=	Liturgical Latin hyphenation patterns
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+=	latin loadhyph-la.tex
TEX_HYPHEN_DAT+=	classiclatin loadhyph-la-x-classic.tex
TEX_HYPHEN_DEF+=	\\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
TEX_HYPHEN_DEF+=	\\addlanguage{classiclatin}{loadhyph-la-x-classic.tex}{}{2}{2}
TEX_HYPHEN_LUA+=	['latin']={ \
			  loader='loadhyph-la.tex', \
			  lefthyphenmin=2, \
			  righthyphenmin=2, \
			  synonyms={}, \
			  patterns='hyph-la.pat.txt', \
			  hyphenation='', \
			},
TEX_HYPHEN_LUA+=	['classiclatin']={ \
			  loader='loadhyph-la-x-classic.tex', \
			  lefthyphenmin=2, \
			  righthyphenmin=2, \
			  synonyms={}, \
			  patterns='hyph-la-x-classic.pat.txt', \
			  hyphenation='', \
			},

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"