54a0153eec
The package (which requires e-TeX) provides a natural way to define commands with optional keys. The package provides \newkeycommand, \renewkeycommand, \providekeycommand, \newkeyenvironment and \renewkeyenvironment, together with \keycmd for a more advanced interface. The package is based on kvsetkeys by Heiko Oberdiek.
15 lines
420 B
Makefile
15 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/02/02 02:45:45 markd Exp $
|
|
|
|
DISTNAME= keycommand
|
|
PKGNAME= tex-${DISTNAME}-3.1415
|
|
TEXLIVE_REV= 18042
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/keycommand
|
|
COMMENT= Simple creation of commands with key-value arguments
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|