a46465c606
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>
20 lines
439 B
Makefile
20 lines
439 B
Makefile
# 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"
|