3b5c9b36a9
The package provides tools to highlight FIXME and TODO annotations. The command \listofnotes prints a list of outstanding notes, with links to the pages on which they appear.
16 lines
457 B
Makefile
16 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/08/02 01:56:40 markd Exp $
|
|
|
|
DISTNAME= fixmetodonotes
|
|
PKGNAME= tex-${DISTNAME}-0.2.2
|
|
TEXLIVE_REV= 30168
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/fixmetodonotes
|
|
COMMENT= Add notes on document development
|
|
LICENSE= public-domain
|
|
|
|
DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
|
|
DEPENDS+= tex-ulem-[0-9]*:../../print/tex-ulem
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|