openbsd-ports/sysutils/clusterit/Makefile
steven 4bf9f78eea import of Clusterit 2.4
Clusterit is a collection of clustering tools loosely based on IBM's
PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast
parallel execution of remote commands as it is written in
architecture-independent C. Administrators can choose from a variety
of authentication methods, including SSH and Kerberos.

With Clusterit, administrators can run parallelized and load
balanced software builds (using jsd/jsh) or manage a heterogeneous
cluster of machines (using dsh/dvt/rvt).

submitted by Will Maier <willmaier at ml1.net>

input and ok naddy@
2006-06-13 19:39:07 +00:00

47 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
COMMENT= "suite of clustering tools based on IBM's PSSP"
DISTNAME= clusterit-2.4
CATEGORIES= sysutils
HOMEPAGE= http://www.garbled.net/clusterit.html
MAINTAINER= Will Maier <willmaier@ml1.net>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}
CONFIGURE_STYLE= gnu
FLAVORS= no_x11
FLAVOR?=
X11_SUBDIRS= dvt rvt
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS= --without-x11
.else
USE_X11= Yes
WANTLIB+= util X11
MAKE_FLAGS= EXTRA_SUBDIRS="${X11_SUBDIRS}"
FAKE_FLAGS= EXTRA_SUBDIRS="${X11_SUBDIRS}" ${DESTDIRNAME}=${WRKINST}
.endif
# The port's existing regress structure seems broken; upstream contacted
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clusterit
${INSTALL_DATA} ${WRKSRC}/html/clusterit.html \
${PREFIX}/share/doc/clusterit/
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/clusterit
.include <bsd.port.mk>