aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-02-01 06:49:33 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-02-01 06:49:33 +0000
commita46465c6067845d06b1f0fccc124e07dba3ba996 (patch)
tree2e12d1d9c1e8ba8bf5b9ab7dfdf7250a15566c92 /sysutils
parent9d68495d5af85e136617c0833b39b927894b1434 (diff)
downloadports-a46465c6067845d06b1f0fccc124e07dba3ba996.tar.gz
ports-a46465c6067845d06b1f0fccc124e07dba3ba996.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/sgeee/Makefile19
-rw-r--r--sysutils/sgeee53/Makefile19
3 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 796aa448c11a..496beaf7716b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -314,6 +314,7 @@
SUBDIR += setquota
SUBDIR += sformat
SUBDIR += sge
+ SUBDIR += sgeee
SUBDIR += shlock
SUBDIR += sjog
SUBDIR += skill
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"
diff --git a/sysutils/sgeee53/Makefile b/sysutils/sgeee53/Makefile
new file mode 100644
index 000000000000..6fa2b28c6254
--- /dev/null
+++ b/sysutils/sgeee53/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"