aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sgeee
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-02-01 14:49:33 +0800
committermaho <maho@FreeBSD.org>2004-02-01 14:49:33 +0800
commitff93c7b4f4375f82c5044968bad4ff1c5fa5821b (patch)
tree68da34279dd92cbb2b259dd9624568c9c0799e00 /sysutils/sgeee
parentcd27ac9f77fd193dc3d1d757b93fcdb15b77fdf1 (diff)
downloadfreebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.tar.gz
freebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.tar.zst
freebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.zip
New port:
Enterprise Edition of SUN Grid Engine. This incorporates policy management functions to allow multiple groups which is not included in vanilla SUN Grid Engine (sysutils/sge) PR: 54563 Submitted by: brooks Many suggestions by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
Diffstat (limited to 'sysutils/sgeee')
-rw-r--r--sysutils/sgeee/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/sgeee/Makefile b/sysutils/sgeee/Makefile
new file mode 100644
index 000000000000..6fa2b28c6254
--- /dev/null
+++ b/sysutils/sgeee/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: sgeee
+# Date created: Fri Jul 14, 2003
+# Whom: Brooks Davis <brooks@freebsd.org>
+#
+# $FreeBSD$
+# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $
+#
+
+PKGNAMESUFFIX= ee
+
+MAINTAINER= brooks@FreeBSD.org
+COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system
+
+MASTERDIR= ${.CURDIR}/../sge
+
+SGEEE_FLAG= -sgeee
+SGE_PRODUCT= -pr-geee
+
+.include "${MASTERDIR}/Makefile"