pkgsrc/print/tex-hyphen-base/Makefile

24 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/12/11 20:30:24 minskim Exp $
DISTNAME= hyphen-base
PKGNAME= tex-${DISTNAME}-2011
TEXLIVE_REV= 23418
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"