summaryrefslogtreecommitdiff
path: root/print/latex-mk/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-10-09 05:10:49 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-10-09 05:10:49 +0000
commitb68b65de68007fb684081fd1b2333ee71592c43d (patch)
treeb3cf89339168b61e971e2359db3188cb211feeca /print/latex-mk/Makefile
parent85ffb1b83bfc536b949c9bcd5ae4494310de93c3 (diff)
downloadpkgsrc-b68b65de68007fb684081fd1b2333ee71592c43d.tar.gz
initial import of latex-mk-0.9
Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end. LaTeX-Mk provides easy targets such as 'view', 'pdf', 'print', and 'clean'. Additional features such as multiple top level documents with some shared and some unique dependencies and draft watermark output are included. LaTeX-Mk works with BSD make and also with GNU make.
Diffstat (limited to 'print/latex-mk/Makefile')
-rw-r--r--print/latex-mk/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile
new file mode 100644
index 00000000000..fd2113e034a
--- /dev/null
+++ b/print/latex-mk/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/09 05:10:49 dmcmahill Exp $
+#
+
+DISTNAME= latex-mk-0.9
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://latex-mk.sourceforge.net
+COMMENT= Makefile fragments and scripts for managing LaTeX documents
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"