aboutsummaryrefslogtreecommitdiff
path: root/misc/latex-mk/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-22 06:27:33 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-22 06:27:33 +0000
commita6d0abbc6920b11a5dd5470d10939177c3cdd0df (patch)
tree48e7aad21166a90d77c5a6af1bbc7167a142d1be /misc/latex-mk/Makefile
parenta736e9104519f339266cce5ca6eb55f1b6e7cea5 (diff)
downloadports-a6d0abbc6920b11a5dd5470d10939177c3cdd0df.tar.gz
ports-a6d0abbc6920b11a5dd5470d10939177c3cdd0df.zip
Notes
Diffstat (limited to 'misc/latex-mk/Makefile')
-rw-r--r--misc/latex-mk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile
new file mode 100644
index 000000000000..e87eef7fa8c3
--- /dev/null
+++ b/misc/latex-mk/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: latex-mk
+# Date created: May 22, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= latex-mk
+PORTVERSION= 1.0
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A collection of makefile and scripts for LaTeX documents
+
+BUILD_DEPEND= latex:${PORTSDIR}/print/teTeX
+RUN_DEPEND= latex:${PORTSDIR}/print/teTeX
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>