diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-05 16:20:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-05 16:20:05 +0000 |
commit | 0f0ae8d0296bf55b819500022f8829874c1dc505 (patch) | |
tree | 7a8cebba120812fabfc9f84bd19ef241a9413284 /print/tex-ifluatex/Makefile | |
parent | bbdb80183b2483192ea9b4d344b854acb72207ac (diff) | |
download | pkgsrc-0f0ae8d0296bf55b819500022f8829874c1dc505.tar.gz |
Import tex-ifluatex-1.2 as print/tex-ifluatex.
The package looks for LuaTeX regardless of its mode and provides the
switch \ifluatex; it works with Plain TeX or LaTeX.
Diffstat (limited to 'print/tex-ifluatex/Makefile')
-rw-r--r-- | print/tex-ifluatex/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-ifluatex/Makefile b/print/tex-ifluatex/Makefile new file mode 100644 index 00000000000..3e8898c9118 --- /dev/null +++ b/print/tex-ifluatex/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/05 16:20:05 minskim Exp $ +# TeX Live Revision 16857 + +DISTNAME= ifluatex +PKGNAME= tex-${DISTNAME}-1.2 + +MAINTAINER= minskim@NetBSD.org +COMMENT= The \ifluatex switch for TeX + +CONFLICTS+= tex-oberdiek<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |