pkgsrc/print/tex-fixme/Makefile
minskim 5390135acc Import tex-fixme.
This package provides you with a way of inserting fixme notes in your
documents.  Such notes can appear inline, as marginal notes,
footnotes, index entries, in the log file and as warnings on stdout.
It is also possible to summarize them in a list.  When you switch from
draft to final mode, any remaining fixme note will be logged, but
removed from the document's body.  Additionally, critical notes will
abort compilation with an informative message.  FiXme also comes with
support for AUC-TeX.
2006-04-21 16:23:07 +00:00

28 lines
847 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/21 16:23:07 minskim Exp $
DISTNAME= fixme
PKGNAME= tex-${DISTNAME}-3.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
EXTRACT_SUFX= .zip
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/fixme/
COMMENT= Insert "fixme" notes into draft documents
USE_DIRS+= texmf-1.2
.include "../../print/teTeX/module.mk"
do-build:
cd ${WRKSRC} && latex fixme.ins
do-install:
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme
${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${WRKSRC}/fixme.pdf \
${WRKSRC}/fixme.el ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme
${INSTALL_DATA} ${WRKSRC}/fixme.sty \
${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme
.include "../../mk/bsd.pkg.mk"