summaryrefslogtreecommitdiff
path: root/biology/lamarc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/lamarc/Makefile')
-rw-r--r--biology/lamarc/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile
new file mode 100644
index 000000000000..38dc0c528979
--- /dev/null
+++ b/biology/lamarc/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: lamarc
+# Date created: 6 August 2001
+# Whom: Johann Visagie <wjv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lamarc
+PORTVERSION= 2001.08.06
+CATEGORIES= biology
+MASTER_SITES= # empty
+DISTFILES= # none
+EXTRACT_ONLY= # empty
+
+MAINTAINER= wjv@FreeBSD.org
+
+RUN_DEPENDS= coalesce:${PORTSDIR}/biology/coalesce \
+ fluctuate:${PORTSDIR}/biology/fluctuate \
+ migrate:${PORTSDIR}/biology/migrate \
+ recombine:${PORTSDIR}/biology/recombine
+
+NO_BUILD= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>