d22d9f4927
texlive 2019 paths
23 lines
593 B
Makefile
23 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/05/14 12:37:40 markd Exp $
|
|
|
|
DISTNAME= kpathsea.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2019
|
|
TEXLIVE_REV= 51016
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/kpathsea
|
|
COMMENT= Documentation for tex-kpathsea
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
CONFLICTS+= texlive-tetex<=2011nb1
|
|
|
|
INFO_FILES= yes
|
|
|
|
TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/info/[kw]* \
|
|
texmf-dist/doc/man/man1/k* \
|
|
texmf-dist/doc/man/man1/mko* \
|
|
texmf-dist/doc/man/man1/mktex[l-z]* \
|
|
texmf-dist/doc/man/man1/t*
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|