pkgsrc/print/tex-hyphen-coptic/Makefile
markd 623927832b tex-hyphen-*: update to 2021
Mostly copyright updates.
2021-05-30 08:04:40 +00:00

26 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/05/30 08:04:43 markd Exp $
DISTNAME= hyphen-coptic
PKGNAME= tex-${DISTNAME}-2021
TEXLIVE_REV= 58652
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Coptic
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+= coptic loadhyph-cop.tex
TEX_HYPHEN_DEF+= \\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['coptic']={ \
loader='loadhyph-cop.tex', \
lefthyphenmin=1, \
righthyphenmin=1, \
synonyms={}, \
patterns='hyph-cop.pat.txt', \
hyphenation='', \
},
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"