"todonotes" lets the user mark things to do later, in a simple and visually appealing way. The package takes several options to enable customization/finetuning of the visual appearance.
17 lines
511 B
Makefile
17 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/08/02 01:58:16 markd Exp $
|
|
|
|
DISTNAME= todonotes
|
|
PKGNAME= tex-${DISTNAME}-1.0.4
|
|
TEXLIVE_REV= 37829
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/henrikmidtiby/todonotes
|
|
COMMENT= Marking things to do in a LaTeX document
|
|
LICENSE= lppl-1.2
|
|
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|