pkgsrc/print/tex-adjustbox/Makefile
markd 77003374b1 tex-adjustbox{,-doc}: update to 1.3
* Added support for (hopefully) all 'graphicx' keys.
  * Added missing \leavevmode for framing keys.
  * Added key "leavevmode" on request of Frank Mittelbach.
  * Added 'process' key.
  * Added 'clap' key on user request.
  * Removed old graphicx key 'print'.
  * trimclip: Added explicit luatex driver which uses the pdftex driver
    to avoid the fallback to PGF driver.
2021-02-20 09:40:27 +00:00

15 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/02/20 09:40:27 markd Exp $
DISTNAME= adjustbox
PKGNAME= tex-${DISTNAME}-1.3
TEXLIVE_REV= 56291
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/adjustbox
COMMENT= Graphics package-alike macros for "general" boxes
LICENSE= lppl-1.3c
DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"