2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:41:29 espie Exp $
|
2006-06-13 15:39:07 -04:00
|
|
|
|
2007-09-15 18:16:55 -04:00
|
|
|
COMMENT= suite of clustering tools based on IBM's PSSP
|
2006-06-13 15:39:07 -04:00
|
|
|
|
2008-04-03 08:13:48 -04:00
|
|
|
DISTNAME= clusterit-2.5
|
2010-11-20 12:22:40 -05:00
|
|
|
PKGNAME= ${DISTNAME}
|
2012-08-27 11:10:49 -04:00
|
|
|
REVISION = 1
|
2006-06-13 15:39:07 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.garbled.net/clusterit.html
|
|
|
|
|
|
|
|
MAINTAINER= Will Maier <willmaier@ml1.net>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2008-04-03 08:13:48 -04:00
|
|
|
WANTLIB= c curses
|
2012-10-29 11:19:02 -04:00
|
|
|
USE_X11 = Yes
|
2006-06-13 15:39:07 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
X11_SUBDIRS= dvt rvt
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2006-06-13 15:39:07 -04:00
|
|
|
|
2013-02-09 09:49:50 -05:00
|
|
|
.if ${FLAVOR:Mno_x11}
|
2006-06-13 15:39:07 -04:00
|
|
|
CONFIGURE_ARGS= --without-x11
|
|
|
|
.else
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB+= X11 pthread-stubs util xcb
|
2006-06-13 15:39:07 -04:00
|
|
|
MAKE_FLAGS= EXTRA_SUBDIRS="${X11_SUBDIRS}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# The port's existing regress structure seems broken; upstream contacted
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2006-06-13 15:39:07 -04:00
|
|
|
|
|
|
|
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>
|