pkgsrc/print/tex-iftex/Makefile
markd fd064eaad7 Add tex-iftex{,-doc} version 0.2
The package, which works both for Plain TeX and for LaTeX,
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
testing which engine is being used for typesetting. The package
also provides the \RequirePDFTeX, \RequireXeTeX, and
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
or LuaTeX (respectively) is not the engine in use.
2015-04-26 01:08:22 +00:00

12 lines
328 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/26 01:08:22 markd Exp $
DISTNAME= iftex
PKGNAME= tex-${DISTNAME}-0.2
TEXLIVE_REV= 29654
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= TeX package to determine if running under pdfTeX, XeTeX or LuaTeX
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"