Allow coloring of foreground and background material inserted with shipout hooks when used with new kernel versions.
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/06 10:56:32 markd Exp $
|
|
|
|
DISTNAME= luacolor
|
|
PKGNAME= tex-${DISTNAME}-1.17
|
|
TEXLIVE_REV= 57829
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/luacolor
|
|
COMMENT= Color support based on LuaTeX's node attributes
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|