c425b0c461
Notable changes: * Documentation has been restructured. * Added new package options: entrycounter, counterwithin, subentrycounter, sort, seeautonumberlist, savewrites, and compatible-2.07. * \printglossary sets \currentglossary to the current glossary's label. (Allows custom glossary styles access to the glossary type.) * Modified internal workings of acronyms.
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/10/18 21:32:43 minskim Exp $
|
|
|
|
DISTNAME= glossaries
|
|
PKGNAME= tex-${DISTNAME}-3.01
|
|
TEXLIVE_REV= 22100
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
COMMENT= Create glossaries and lists of acronyms
|
|
|
|
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"
|