summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-ethiopic/Makefile
blob: 366834619c03e6ae6dd77244a4ca8d8564996187 (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
# $NetBSD: Makefile,v 1.8 2021/05/30 08:04:44 markd Exp $

DISTNAME=	hyphen-ethiopic
PKGNAME=	tex-${DISTNAME}-2021
TEXLIVE_REV=	58652

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Hyphenation patterns for Ethiopic scripts
LICENSE=	lppl-1.3c

DEPENDS+=	tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+=	tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base

TEX_HYPHEN_DAT+=	ethiopic loadhyph-mul-ethi.tex
TEX_HYPHEN_DAT+=	= amharic
TEX_HYPHEN_DAT+=	= geez
TEX_HYPHEN_DEF+=	\\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}
TEX_HYPHEN_DEF+=	\\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}
TEX_HYPHEN_DEF+=	\\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}
TEX_HYPHEN_LUA+=	['ethiopic']={ \
			  loader='loadhyph-mul-ethi.tex', \
			  lefthyphenmin=1, \
			  righthyphenmin=1, \
			  synonyms={'amharic','geez',}, \
			  patterns='hyph-mul-ethi.pat.txt', \
			  hyphenation='', \
			},

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