diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sgeee/Makefile | 19 | ||||
-rw-r--r-- | sysutils/sgeee53/Makefile | 19 |
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" |