pkgsrc/print/tex-hyphen-base/Makefile
markd 4f61ee2d2d tex-h*: update to texlive 2020 versions
tex-dehyph-exptl{,-doc} to 0.6.54512
tex-hyph-utf8{,-doc} to 2020
tex-hyphen-ancientgreek to 2020
tex-hyphen-arabic to 2020
tex-hyphen-base to 2020
tex-hyphen-farsi to 2020
tex-hyphen-german to 2020
tex-hyphen-latin to 3.1.2020
tex-hyphen-spanish to 5.0
tex-hyphen-macedonian to 2020
2020-05-01 04:51:44 +00:00

24 lines
827 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/05/01 04:51:45 markd Exp $
DISTNAME= hyphen-base
PKGNAME= tex-${DISTNAME}-2020
TEXLIVE_REV= 54763
MAINTAINER= minskim@NetBSD.org
COMMENT= TeX hyphenation patterns for English
LICENSE= lppl-1.3c
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/tex/generic/config
CONF_FILES+= ${PREFIX}/share/texmf-dist/tex/generic/config/language.dat \
${PKG_SYSCONFDIR}/tex/generic/config/language.dat
CONF_FILES+= ${PREFIX}/share/texmf-dist/tex/generic/config/language.dat.lua \
${PKG_SYSCONFDIR}/tex/generic/config/language.dat.lua
CONF_FILES+= ${PREFIX}/share/texmf-dist/tex/generic/config/language.def \
${PKG_SYSCONFDIR}/tex/generic/config/language.def
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR} ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"