pkgsrc/print/tex-glossaries/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:17 wiz Exp $
DISTNAME= glossaries
PKGNAME= tex-${DISTNAME}-3.01
PKGREVISION= 4
TEXLIVE_REV= 22100
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Create glossaries and lists of acronyms
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-supertabular-[0-9]*:../../print/tex-supertabular
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= tex-xfor-[0-9]*:../../print/tex-xfor
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_TOOLS+= perl:run
REPLACE_PERL= bin/makeglossaries
INSTALLATION_DIRS+= bin
TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf-dist/scripts/glossaries/makeglossaries \
${WRKSRC}/bin/
${RM} -rf ${WRKSRC}/texmf-dist/scripts
.include "../../mk/bsd.pkg.mk"