pkgsrc/print/tex-iftex-doc/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
301 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/26 01:08:22 markd Exp $
DISTNAME= iftex.doc
PKGNAME= tex-${DISTNAME:S/./-/}-0.2
TEXLIVE_REV= 29654
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Documentation for tex-iftex
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"