pkgsrc/print/tex-xfor/Makefile
markd edc60a7416 Import tex-xfor-1.05
The package redefines the LaTeX internal \@for macro so that
the loop may be prematurely terminated. The action is akin to
the C/Java break statement, except that the loop does not
terminate until the end of the current iteration
2010-04-09 22:00:21 +00:00

11 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 22:00:21 markd Exp $
# TeX Live Revision 15878
DISTNAME= xfor
PKGNAME= tex-${DISTNAME}-1.05
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= A reimplimentation of the LaTeX for-loop macro
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"