pkgsrc/devel/tex-etoolbox/Makefile
minskim 69f662f064 Import tex-etoolbox-2.1 as devel/tex-etoolbox.
The etoolbox package is a toolbox of programming facilities geared
primarily towards LaTeX class and package authors. It provides LaTeX
frontends to some of the new primitives provided by e-TeX as well as
some generic tools which are not strictly related to e-TeX but match the
profile of this package. Note that the initial versions of this package
were released under the name elatex. The package provides functions that
seem to offer alternative ways of implementing some LaTeX kernel
commands; nevertheless, the package will not modify any part of the
LaTeX kernel.
2011-10-27 23:22:11 +00:00

14 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 23:22:11 minskim Exp $
DISTNAME= etoolbox
PKGNAME= tex-${DISTNAME}-2.1
TEXLIVE_REV= 20922
MAINTAINER= minskim@NetBSD.org
COMMENT= Tool-box for LaTeX programmers using e-TeX
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"