6bffaa3b9b
ok sthen@
41 lines
751 B
Makefile
41 lines
751 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/05/05 21:21:43 rpe Exp $
|
|
|
|
COMMENT= command-line interface to Icinga
|
|
|
|
DISTNAME= icli-0.44
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://finalrewind.org/projects/icli/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# custom, see COPYING.
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
FLAVORS= nagios
|
|
FLAVOR?=
|
|
PATCH_LIST= patch-*
|
|
.if ${FLAVOR:Mnagios}
|
|
PATCH_LIST+= nagios-*
|
|
RUN_DEPENDS= net/nagios/nagios
|
|
.else
|
|
PATCH_LIST+= icinga-*
|
|
RUN_DEPENDS= net/icinga/core
|
|
.endif
|
|
|
|
RUN_DEPENDS+= devel/p5-List-MoreUtils \
|
|
devel/p5-Term-Size \
|
|
devel/p5-Time-TimeDate
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
# requires devel/p5-Test-Pod and (unported) Test::Compile, Test::Command
|
|
NO_TEST= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|