1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/clusterit/Makefile
Dmitry Sivachenko 17b4f8ab27 Use fancy options helper.
Submitted by:	mat
2016-02-01 15:23:23 +00:00

27 lines
525 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
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
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>