7282579319
This is Texdoc update aiming to be contained in TeX Live 2021: - Show all possible config files for -vf - Show diagnostic message of DISPLAY only if viewer failed - Alias adjustments - Documentation tweaks
21 lines
490 B
Makefile
21 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/06/06 22:29:24 markd Exp $
|
|
|
|
DISTNAME= texdoc
|
|
PKGNAME= tex-${DISTNAME}-3.3.1
|
|
TEXLIVE_REV= 59283
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://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"
|