summaryrefslogtreecommitdiff
path: root/parallel/openpbs/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-07-17 14:19:16 +0000
committeragc <agc@pkgsrc.org>2003-07-17 14:19:16 +0000
commitb5b0e83dd4e3630bcf31107b8f5b24584ae6e09c (patch)
tree37d8c31b59b6a82081fc2c0f9ea8cafcbc5b3af2 /parallel/openpbs/Makefile
parentf821d1a74629e49b24e0b88cf0ee09556e74ef5d (diff)
downloadpkgsrc-b5b0e83dd4e3630bcf31107b8f5b24584ae6e09c.tar.gz
Initial import of OpenPBS-2.3.16 into the NetBSD Packages Collection.
OpenPBS is a generic network queuing system. The Portable Batch System (PBS) is a flexible batch queueing and workload management system originally developed for NASA. It operates on networked, multi-platform UNIX environments, including heterogeneous clusters of workstations, supercomputers, and massively parallel systems. Development of PBS is provided by Altair Grid Technologies.
Diffstat (limited to 'parallel/openpbs/Makefile')
-rw-r--r--parallel/openpbs/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/parallel/openpbs/Makefile b/parallel/openpbs/Makefile
new file mode 100644
index 00000000000..cce34ff3546
--- /dev/null
+++ b/parallel/openpbs/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/17 14:19:16 agc Exp $
+#
+
+DISTNAME= OpenPBS_2_3_16
+PKGNAME= openpbs-2.3.16
+CATEGORIES= parallel sysutils
+MASTER_SITES= http://www.openpbs.org/UserArea/Download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.openpbs.org/
+COMMENT= Generic network queueing system
+
+INTERACTIVE_STAGE= fetch
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+USE_X11= yes
+USE_BUILDLINK2= yes
+
+REPLACE_INTERPRETER+= tcl
+_REPLACE.tcl.old= .*/bin/pbs_tclsh
+_REPLACE.tcl.new= ${PREFIX}/bin/pbs_tclsh
+_REPLACE_FILES.tcl+= src/gui/buildindex.src
+_REPLACE_FILES.tcl+= src/tools/xpbsmon/buildindex.src
+
+REPLACE_INTERPRETER+= tk
+_REPLACE.tk.old= .*/bin/wish
+_REPLACE.tk.new= ${PREFIX}/bin/wish
+_REPLACE_FILES.tk+= src/gui/xpbs.src
+
+REPLACE_INTERPRETER+= tk2
+_REPLACE.tk2.old= .*/bin/pbs_wish
+_REPLACE.tk2.new= ${PREFIX}/bin/pbs_wish
+_REPLACE_FILES.tk2+= src/tools/xpbsmon/xpbsmon.src
+
+_CONFIGURE_POSTREQ+= replace-interpreter
+
+.include "../../x11/tk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"