pkgsrc/print/tex-memoir/Makefile
markd e85679007b tex-memoir{,-doc}: update to 3.7q
-- Added memhfixc autoloading to memoir (via \AtEndPackage{hyperref}...), then
   the equivalent code can be removed from hyperref
-- now auto loads the etoolbox package in order to enable a future patching
   approach instead of overwriting kernel macros
-- changed definition of \medspace into \providecommand for better testing
   with older kernels
-- added some code to a hook provided by footmisc fixing a bug with the
   combination of memoir+footmisc+reledmac, especially the 2022 update of
   footmisc
-- fixed typo in manual regarding \setupmaintoc
-- The LaTeX team changed the order of the file/package hook names into a more
   precise scheme. \AtBegin/EndFile, \AtBegin/EndPackage, \AtBegin/EndClass
   changed accordingly
2022-04-14 02:33:16 +00:00

16 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.19 2022/04/14 02:33:16 markd Exp $
DISTNAME= memoir
PKGNAME= tex-${DISTNAME}-3.7q
TEXLIVE_REV= 62105
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/memoir
COMMENT= Typeset fiction, non-fiction and mathematical books
LICENSE= lppl-1.3c
DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex
DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"