blob: 6fa2b28c6254424c0dda28af74739fa943cb9286 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
|