pkgsrc/print/tex-hyphen-base/Makefile

24 lines
808 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2015/04/23 11:36:31 markd Exp $
DISTNAME= hyphen-base
PKGNAME= tex-${DISTNAME}-2014
TEXLIVE_REV= 34525
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-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"