1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/clusterit/Makefile
Nuno Teixeira 1f6b8ef4d2 net/clusterit: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 17:15:01 +00:00

30 lines
689 B
Makefile

PORTNAME= clusterit
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= net devel parallel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Collection of clustering tools
WWW= https://www.garbled.net/clusterit.html
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS_INSTALL= barrier heirloom-sh pdsh schilyutils # bin/barrier bin/dshbak bin/jsh
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>