d822ff365e
The package provides the switch \ifetex which indicates whether e-TeX is available or not. The package can be loaded as LaTeX package using \usepackage{ifetex} or in plain TeX using \input ifetex. In either case it aborts silently if the \ifetex macro is already defined. The package's test is whether \eTeXversion is defined as a primitive; if it is, the package assumes e-TeX features are available.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/06/03 10:50:41 markd Exp $
|
|
|
|
DISTNAME= ifetex
|
|
PKGNAME= tex-${DISTNAME}-1.2a
|
|
TEXLIVE_REV= 47231
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/ifetex
|
|
COMMENT= Provides \ifetex switch
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|