bf18c74b5c
The package provided hooks whose arguments are executed just after LaTeX has loaded a new font by means of \selectfont. It has become obsolete with LaTeX versions 2021/01/05 or newer, since LaTeX now provides its own hooks to fulfill this task. For newer versions of LaTeX everysel only provides macros using LaTeX's hook management due to compatibility reasons. See lthooks-doc.pdf for instructions how to use lthooks instead of everysel.
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/13 10:46:04 markd Exp $
|
|
|
|
DISTNAME= everysel
|
|
PKGNAME= tex-${DISTNAME}-2.1
|
|
TEXLIVE_REV= 57489
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/everysel
|
|
COMMENT= Provides hooks into \selectfont
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|