6b1a2cc172
This version introduces two new features: 1. \tikzmarknode, which is the original command that puts some content in a node. The node is "mathaware". 2. The ability to save node data either for later use or to a separate file
15 lines
404 B
Makefile
15 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/01/26 11:06:19 markd Exp $
|
|
|
|
DISTNAME= tikzmark
|
|
PKGNAME= tex-${DISTNAME}-1.6
|
|
TEXLIVE_REV= 48929
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/tikzmark
|
|
COMMENT= Use TikZ's method of remembering a position on a page
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|