summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-13 23:31:03 +0000
committergarbled <garbled>1998-10-13 23:31:03 +0000
commit0f9a96c1239b4de9ce4c417a08f7a7de722d8109 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/clusterit/Makefile
parent467ee6fbf93d58912989b4b1fc2519aa645b32de (diff)
downloadpkgsrc-0f9a96c1239b4de9ce4c417a08f7a7de722d8109.tar.gz
Add the whole parallel category to pkgsrc, and sprinkle it with a few
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r--parallel/clusterit/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
new file mode 100644
index 00000000000..8a5e930a9cb
--- /dev/null
+++ b/parallel/clusterit/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+
+DISTNAME= clusterit-1.0
+CATEGORIES= parallel
+MASTER_SITES= http://www.inficad.com/~garbled/
+
+MAINTAINER= root@garbled.net
+
+.include "../../mk/bsd.pkg.mk"