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