pkgsrc/print/tex-texdoc/Makefile
markd 057b4ff10e tex-texdoc{,-doc}: update to 2019
This is Texdoc update aiming to be contained in TeX Live 2019:

- New option -c: changing configure temporally
- New config item `texlive_tlpdb` to specify a path for texlive.tlpdb
- Fixed an issue that texdoc fails to open gzipped file in GNOME/XFCE
- Added prefixes to script files not to contaminate kpse search space
- Many other small improvements and bug fixes
2019-05-12 03:26:38 +00:00

21 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/05/12 03:26:38 markd Exp $
DISTNAME= texdoc
PKGNAME= tex-${DISTNAME}-2019
TEXLIVE_REV= 50627
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/texdoc
COMMENT= Documentation access for TeX distributions
LICENSE= gnu-gpl-v2
REPLACE_TEXLUA= bin/texdoc
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf-dist/scripts/texdoc/texdoc.tlu \
${WRKSRC}/bin/texdoc
.include "../../mk/bsd.pkg.mk"