974133fdfa
for the addition of an SGE 6 port. - Remove the sgeee port as the distinction between regular and Enterprise Edition has been removed in 6.0. - Temporarily disconnect sysutil/sge to avoid conflicts. - set NO_LATEST_LINK in sge(ee)53.
19 lines
441 B
Makefile
19 lines
441 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}/../sge53
|
|
|
|
SGEEE_FLAG= -sgeee
|
|
SGE_PRODUCT= -pr-geee
|
|
|
|
.include "${MASTERDIR}/Makefile"
|