pkgsrc/print/tex-imakeidx-doc/Makefile
markd 04b45d22f1 tex-imakeidx{,-doc}: Add version 1.3e
The package enables the user to produce and typeset one or more
indexes simultaneously with a document. The package is known to
work in LaTeX documents processed with pdfLaTeX, XeLaTeX and
LuaLaTeX. If makeindex is used for processing the index
entries, no particular setting up is needed when TeX Live is
used. Using xindy or other programs it is necessary to enable
shell escape; shell escape is also needed if splitindex is
used.
2022-04-18 03:18:01 +00:00

13 lines
348 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/18 03:18:01 markd Exp $
DISTNAME= imakeidx.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.3e
TEXLIVE_REV= 42287
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/imakeidx
COMMENT= Documentation for tex-imakeidx
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"