summaryrefslogtreecommitdiff
path: root/sysutils/sge60/Makefile
blob: cdbffc98a68ce478ff26375b05fa96655e37d5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Ports collection makefile for:        sge
# Date created:				Fri Jul 11, 2003
# Whom:					Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	sge
PORTVERSION=	${SGE_VERSION}.${SGE_SNAPDATE}
PORTREVISION=	0
CATEGORIES=	sysutils parallel
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks

MAINTAINER=	brooks@FreeBSD.org
COMMENT?=	Sun Grid Engine, a batch queueing system

USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_MOTIF=	yes
USE_OPENSSL=	yes
USE_REINPLACE=	yes
INSTALLS_SHLIB=	yes
LDCONFIG_DIRS=	${SGE_ROOT}/lib/${SGE_ARCH}

SGE_BASE?=	sge
SGE_ROOT=	${PREFIX}/${SGE_BASE}
SGE_ARCH=	fbsd-${ARCH}
SGE_VERSION=	5.3.6
SGE_SNAPDATE=	20040330
SGE_RELEASE=	5.3p6-snap-${SGE_SNAPDATE}

PLIST_SUB+=	SGE_ARCH=${SGE_ARCH}
PLIST_SUB+=	SGE_BASE=${SGE_BASE}
.if defined(PKGNAMESUFFIX)
.if ${PKGNAMESUFFIX} == ee
PLIST_SUB+=	SGE="@comment "
PLIST_SUB+=	SGEEE=
.endif
.else
PLIST_SUB+=	SGE=
PLIST_SUB+=	SGEEE="@comment "
.endif

PKGMESSAGE=	${WRKDIR}/pkg-message
WRKSRC=		${WRKDIR}/${DISTNAME}/source
MANPREFIX=	${SGE_ROOT}
MAN1=		qacct.1 qalter.1 qconf.1 qdel.1 qhold.1 qhost.1 qlogin.1 \
		qmake.1 qmod.1 qmon.1 qresub.1 qrls.1 qrsh.1 qselect.1 \
		qsh.1 qstat.1 qsub.1 qtcsh.1 sge_ckpt.1 sge_intro.1 \
		submit.1
MAN5=		access_list.5 accounting.5 calendar_conf.5 checkpoint.5 \
		complex.5 host_conf.5 hostgroup.5 project.5 qtask.5 \
		queue_conf.5 sched_conf.5 sge_aliases.5 sge_conf.5 \
		sge_h_aliases.5 sge_pe.5 sge_request.5 share_tree.5 \
		user.5 usermapping.5
MAN8=		sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \
		sge_shadowd.8 sge_shepherd.8 sgecommdcntl.8
EXCEPTFILES=	arc_depend_irix.asc arc_depend_solaris.asc man

.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN=		"Does not compile on alpha"
.endif

post-patch:
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
	    -e "s|%%X11BASE%%|${X11BASE}|g" \
	    -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
	    ${WRKSRC}/dist/util/arch_variables \
	    ${WRKSRC}/dist/pvm/src/aimk
	@${REINPLACE_CMD} -e "s|%%CC%%|${CC}|g" -e "s|%%CXX%%|${CXX}|g" \
	    -e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%CXXFLAGS%%|${CXXFLAGS}|g" \
	    ${WRKSRC}/aimk \
	    ${WRKSRC}/dist/pvm/src/aimk
	@${REINPLACE_CMD} -e 's|^CC = gcc|CC = ${CC}|' \
	    -e 's|^CPP = gcc -E|CPP = ${CPP}|' \
	    ${WRKSRC}/3rdparty/qmake/FREEBSD_*/Makefile \
	    ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \
	    ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile
	@${RM} ${WRKSRC}/dist/util/arch_variables.orig
	@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
	    ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|"

do-build:
	cd ${BUILD_WRKSRC} && ./aimk -only-depend
	cd ${BUILD_WRKSRC} && ./scripts/zerodepend
	cd ${BUILD_WRKSRC} && ./aimk depend
	cd ${BUILD_WRKSRC} && ./aimk -secure -debug
	cd ${BUILD_WRKSRC} && ./aimk -man ${SGE_PRODUCT}
	cd ${BUILD_WRKSRC} && ${LN} -fs ./scripts/distinst myinst

pre-install:
.if defined(MASTERDIR)
	${SH} ${MASTERDIR}/pkg-install ${PKGNAME} PRE-INSTALL
.else
	${SH} ${.CURDIR}/pkg-install ${PKGNAME} PRE-INSTALL
.endif

do-install:
	${MKDIR} ${SGE_ROOT}
	${CHOWN} sgeadmin:sgeadmin ${SGE_ROOT}
	cd ${BUILD_WRKSRC} && ${SETENV} SGE_ROOT=${SGE_ROOT} ./myinst -allall ${SGEEE_FLAG} ${SGE_ARCH}
	cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto -noresport sgeadmin sgeadmin ${SGE_ROOT}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/../doc && ${FIND} * \( -name nonexistant \
	    ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -print \
	    | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} -
.endif

post-install:
	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
	    -e 's|%%SGE_BASE%%|${SGE_BASE}|g' \
	    < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
	@${CAT} ${PKGMESSAGE}
	@${ECHO}

# Automaticly produce the offical machine dependent tarball
# Be sure to do an install first
release-tar:
	cd ${SGE_ROOT} && \
	    ${TAR} cfvz ${.CURDIR}/sge-${SGE_RELEASE}-bin-${SGE_ARCH}.tar.gz \
	    `find . -name ${SGE_ARCH}`

# Produce a distfile for today.  This target exists for use by the
# port's maintainer.
SGE_TAG=	V53_beta2_BRANCH
TODAY!=		/bin/date +%Y%m%d
XDISTNAME=	sge-${SGE_VERSION}.${TODAY}
XDISTFILE=	${DISTDIR}/${XDISTNAME}.tar.bz2
distfile:
	${MKDIR} ${WRKDIR}
	cd ${WRKDIR}; \
	    cvs -d :pserver:guest@cvs.gridengine.sunsource.net:/cvs co \
	    -r ${SGE_TAG} -d ${XDISTNAME} gridengine
	${FIND} ${WRKDIR}/${XDISTNAME} -name CVS | ${XARGS} ${RM} -rf
	cd ${WRKDIR}; ${TAR} cfy ${XDISTFILE} ${XDISTNAME}
	@${RM} -rf ${WRKDIR}/${XDISTNAME}
	@${RMDIR} ${WRKDIR} 2> /dev/null || true

.include <bsd.port.post.mk>