1da4cafc6f
- Files in share/texmf have been moved to share/texmf-dist.
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/11/17 17:13:29 minskim Exp $
|
|
|
|
DISTNAME= texdoc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2013
|
|
TEXLIVE_REV= 29764
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Documentation access for TeX distributions
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
CONFLICTS+= teTeX-bin<3.0nb50
|
|
|
|
REPLACE_TEXLUA= bin/texdoc
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "options.mk"
|
|
|
|
post-extract: extract-texdoctk
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/texdoc/texdoc.tlu \
|
|
${WRKSRC}/bin/texdoc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|