49dbc780d3
tex-context, tex-etex, tex-kpathsea, tex-latex-bin, tex-luatex, tex-pdftex, tex-tex, and tex-makeindex. Fontmap and manpage updates.
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/03/03 23:13:19 minskim Exp $
|
|
|
|
DISTNAME= kpathsea
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 21345
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Translation tables for TeX
|
|
|
|
CONFLICTS+= tex-bin-kpathsea-[0-9]*
|
|
SUPERSEDES= tex-bin-kpathsea<=2008.12897
|
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
|
|
|
|
TEXLIVE_IGNORE_PATTERNS= texmf/web2c/fmtutil.cnf \
|
|
texmf/web2c/mktex.opt \
|
|
texmf/web2c/mktex[a-z]* \
|
|
texmf/web2c/texmf.cnf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|