pkgsrc/print/tex-hyphen-base/Makefile
minskim 865199c45b Update tex-hyphen-base to 2012.
Sync the list of languages with TeX Live 2012.  No functional change.
2012-10-14 21:49:28 +00:00

24 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/10/14 21:49:28 minskim Exp $
DISTNAME= hyphen-base
PKGNAME= tex-${DISTNAME}-2012
TEXLIVE_REV= 26846
MAINTAINER= minskim@NetBSD.org
COMMENT= TeX hyphenation patterns for English
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/tex/generic/config
CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.dat \
${PKG_SYSCONFDIR}/tex/generic/config/language.dat
CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.dat.lua \
${PKG_SYSCONFDIR}/tex/generic/config/language.dat.lua
CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.def \
${PKG_SYSCONFDIR}/tex/generic/config/language.def
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"