16 lines
420 B
Makefile
16 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"
|