49ce981ada
Updated print/tex-glossaries{,-doc} to 4.30 Updated print/tex-graphics{,-doc} to 1.2a Updated print/tex-graphics-def{,-doc} to 2017 Updated graphics/tex-graphics-pln{,-doc} to 2017 Updated print/tex-hausarbeit-jura{,-doc} to 1.5 Updated print/tex-hyperref{,-doc} to 6.85a Updated print/tex-hyphen-base to 2017 Updated print/tex-hyphen-german to 2017 Updated print/tex-hyphen-latin to 3.1.2017 Updated fonts/tex-inconsolata{,-doc} to 1.112 Updated fonts/tex-ipaex-type1{,-doc} to 0.4a Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.42950 Updated print/tex-jsclasses to 2017
24 lines
827 B
Makefile
24 lines
827 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/06/21 07:24:07 markd Exp $
|
|
|
|
DISTNAME= hyphen-base
|
|
PKGNAME= tex-${DISTNAME}-2017
|
|
TEXLIVE_REV= 44419
|
|
|
|
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"
|