aboutsummaryrefslogtreecommitdiff
path: root/net/clusterit/Makefile
blob: 380ec61280d3709e0ed8a50ebc93bcfab1d566f7 (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
# Created by: Dima Sivachenko

PORTNAME=	clusterit
PORTVERSION=	2.5
CATEGORIES=	net devel parallel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Collection of clustering tools

LICENSE=	BSD2CLAUSE

GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	X11
OPTIONS_SUB=	yes

X11_USES=	xorg
X11_USE=	XORG=x11

.include <bsd.port.options.mk>

post-patch-X11-off:
	${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>