pkgsrc/print/tex-thmtools/Makefile
markd d750bbcee1 tex-thmtools{,-doc}: update to 76
Worked around an `ntheorem` issue.

With `ntheorem`,  the theorem title cannot contain direct brackets, which may
come from the expansion of new `\MakeUppercase` or `\MakeLowercase`, starting
from LaTeX2e 2022-11-01.
2023-06-11 07:48:42 +00:00

15 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.8 2023/06/11 07:48:42 markd Exp $
DISTNAME= thmtools
PKGNAME= tex-${DISTNAME}-76
TEXLIVE_REV= 67018
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/thmtools
COMMENT= Extensions to theorem environments
LICENSE= lppl-1.3c
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"