pkgsrc/devel/tex-xifthen/Makefile
minskim a4d8a76fee Import tex-xifthen-1.3 as devel/tex-xifthen.
This package extends the ifthen package by implementing new
commands to go within the first argument of \ifthenelse: to
test whether a string is void or not, if a command is defined
or equivalent to another. The package also enables use of
complex expressions as introduced by the package calc, together
with the ability of defining new commands to handle complex
tests. The package requires e-TeX features.
2014-01-07 09:01:20 +00:00

18 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/01/07 09:01:20 minskim Exp $
DISTNAME= xifthen
PKGNAME= tex-${DISTNAME}-1.3
TEXLIVE_REV= 15878
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extended conditional commands
LICENSE= lppl-1.3c
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"