aboutsummaryrefslogtreecommitdiff
path: root/science/mpqc/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-06-11 03:27:04 +0000
committerWill Andrews <will@FreeBSD.org>2001-06-11 03:27:04 +0000
commit3f8dc1279c9e087be35982488ff82bea1e0020f8 (patch)
treef17c41d5eca83feab624ec47781d458a51ba9ef2 /science/mpqc/Makefile
parentaa8a9d7804fd58ec0044f9b33071472251358119 (diff)
downloadports-3f8dc1279c9e087be35982488ff82bea1e0020f8.tar.gz
ports-3f8dc1279c9e087be35982488ff82bea1e0020f8.zip
Notes
Diffstat (limited to 'science/mpqc/Makefile')
-rw-r--r--science/mpqc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
new file mode 100644
index 000000000000..dd5f36876d2f
--- /dev/null
+++ b/science/mpqc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mpqc
+# Date created: 27 April 2001
+# Whom: batman <batman@udel.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mpqc
+PORTVERSION= 1.2.5
+CATEGORIES= science
+MASTER_SITES= http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/
+
+MAINTAINER= batman@udel.edu
+
+BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
+
+GNU_CONFIGURE= yes
+USE_PERL5= yes
+USE_GMAKE= yes
+ALL_TARGET?=
+
+.include <bsd.port.mk>