freebsd-ports/net/clusterit/Makefile
2014-07-21 17:50:46 +00:00

27 lines
552 B
Makefile

# Created by: Dima Sivachenko
# $FreeBSD$
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
GNU_CONFIGURE= yes
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
OPTIONS_SUB= yes
X11_USE= XORG=x11
.include <bsd.port.options.mk>
post-patch:
.if empty(PORT_OPTIONS:MX11)
${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>