pkgsrc/print/tex-minitoc/Makefile
minskim 2b848cd101 Import tex-minitoc-60 as print/tex-minitoc.
The minitoc package allows you to add mini-tables-of-contents (minitocs)
at the beginning of every chapter, part or section. There is also
provision for mini-lists of figures and of tables. At the part level,
they are parttocs, partlofs and partlots. If the type of document does
not use chapters, the basic provision is section level secttocs,
sectlofs and sectlots. The package has provision for language-specific
configuration of its own "fixed names", using .mld files (analagous to
babel .ldf files that do that job for LaTeX"s own fixed names).
2011-01-22 22:23:57 +00:00

18 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/22 22:23:57 minskim Exp $
DISTNAME= minitoc
PKGNAME= tex-${DISTNAME}-60
TEXLIVE_REV= 16836
MAINTAINER= minskim@NetBSD.org
COMMENT= Produce a table of contents for each chapter, part or section
CONFLICTS+= teTeX-texmf<3.0nb29
DEPENDS+= tex-cmsd>=2010:../../fonts/tex-cmsd
DEPENDS+= tex-latex>=2010:../../print/tex-latex
DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
DEPENDS+= tex-notoccite>=2009:../../print/tex-notoccite
DEPENDS+= tex-placeins>=2.2:../../print/tex-placeins
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"