18bfb99d84
v1.02 (25 May 2007): * Added overview section in the documentation v1.01 (17 May 2007): * Added number range facility (equivalent to makeindex's |( and |) formatting commands.) * Added a space after \delimN and \delimR in the ist file.
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2007/06/09 07:34:01 jmmv Exp $
|
|
|
|
DISTNAME= glossaries
|
|
PKGNAME= tex-${DISTNAME}-1.02
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.ctan.org/tex-archive/help/Catalogue/entries/glossaries.html
|
|
COMMENT= Macros for creation of glossaries
|
|
|
|
DEPENDS+= tex-xkeyval>=2.5f:../../print/tex-xkeyval
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
USE_DIRS+= texmf-1.4
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL= scripts/makeglossaries
|
|
|
|
.include "../../print/teTeX/module.mk"
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && latex glossaries.ins
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/makeglossaries ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/doc/glossaries.pdf \
|
|
${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries
|
|
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/glossaries.sty \
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/glossary-hypernav.sty \
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/glossary-list.sty \
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/glossary-long.sty \
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
${INSTALL_DATA} ${WRKSRC}/glossary-super.sty \
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|