0304453538
changes unknown
24 lines
645 B
Makefile
24 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/04/15 04:47:34 markd Exp $
|
|
|
|
DISTNAME= texdoctk
|
|
PKGNAME= tex-${DISTNAME}-0.6.0.62186
|
|
TEXLIVE_REV= 62186
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/texdoctk
|
|
COMMENT= Easy access to package documentation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
|
|
DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk
|
|
|
|
REPLACE_PERL= bin/texdoctk
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/texdoctk/texdoctk.pl \
|
|
${WRKSRC}/bin/texdoctk
|
|
${RMDIR} ${WRKSRC}/texmf-dist/scripts/texdoctk
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|