1999-03-06 18:42:11 +01:00
|
|
|
# New ports collection makefile for: clusterit
|
2000-01-22 22:02:08 +01:00
|
|
|
# Date created: 4 February 1999
|
|
|
|
# Whom: Dima Sivachenko
|
1999-03-06 18:42:11 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-03-06 18:42:11 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= clusterit
|
2008-09-04 12:17:05 +02:00
|
|
|
PORTVERSION= 2.5
|
2002-11-24 14:41:11 +01:00
|
|
|
CATEGORIES= net devel parallel
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
1999-03-06 18:42:11 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A collection of clustering tools
|
1999-03-06 18:42:11 +01:00
|
|
|
|
2008-09-04 12:17:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= barrier.1 barrierd.1 clustersed.1 dsh.1 dshbak.1 \
|
|
|
|
dtop.1 jsh.1 jsd.1 pcp.1 pdf.1 prm.1 rseq.1 run.1
|
2001-08-16 12:43:08 +02:00
|
|
|
|
2010-03-20 15:20:32 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 900007
|
|
|
|
BROKEN= fails to build with new utmpx
|
|
|
|
.endif
|
|
|
|
|
2001-09-03 03:24:04 +02:00
|
|
|
.if defined (WITHOUT_X11)
|
|
|
|
PLIST_SUB+= X11='@comment '
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= X11=''
|
|
|
|
MAN1+= rvt.1 dvt.1
|
2008-03-23 17:44:09 +01:00
|
|
|
USE_XORG= x11
|
2001-09-03 03:24:04 +02:00
|
|
|
.endif
|
|
|
|
|
2001-08-16 12:43:08 +02:00
|
|
|
post-patch:
|
2001-09-03 03:24:04 +02:00
|
|
|
.if defined(WITHOUT_X11)
|
2008-09-04 12:17:05 +02:00
|
|
|
${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in
|
2001-09-03 03:24:04 +02:00
|
|
|
.endif
|
1999-03-06 18:42:11 +01:00
|
|
|
|
2010-03-20 15:20:32 +01:00
|
|
|
.include <bsd.port.post.mk>
|