d3765db18b
The package provides extended versions of \newcommand and related LaTeX commands, which allow easy and robust definition of macros with many optional arguments, using a clear and simple xkeyval-style syntax.
14 lines
401 B
Makefile
14 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/29 19:34:41 minskim Exp $
|
|
|
|
DISTNAME= xargs
|
|
PKGNAME= tex-${DISTNAME}-1.1
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Define commands with many optional arguments
|
|
|
|
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
|
|
DEPENDS+= tex-xkeyval>=2.6a:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|