summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>2005-05-24 05:42:37 +0000
committergarbled <garbled>2005-05-24 05:42:37 +0000
commit953aa13de9e1285c75be313e9cd0c78a9acc9616 (patch)
tree77b6d058d8e900adf05f84056c4c04dd1be23925 /parallel/clusterit/Makefile
parent38f1a1377f8ced5a42c72fc31167c99e3b8e96c0 (diff)
downloadpkgsrc-953aa13de9e1285c75be313e9cd0c78a9acc9616.tar.gz
Update ClusterIt to 2.3.
Fixes hang bug with ssh under linux, adds a number of speed improvements, now uses autoconf to build rather than handwritten makefiles. Greatly enhanced stability.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r--parallel/clusterit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index a90991a7607..682cf3c437d 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/02/10 09:27:15 garbled Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/24 05:42:37 garbled Exp $
-DISTNAME= clusterit-2.2
+DISTNAME= clusterit-2.3
CATEGORIES= parallel
MASTER_SITES= http://www.garbled.net/download/
@@ -8,6 +8,8 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.garbled.net/clusterit.html
COMMENT= Clustering package for unix
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_X11= YES
.include "../../mk/bsd.pkg.mk"