2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:47 espie Exp $
|
2012-04-18 09:49:40 +00:00
|
|
|
|
|
|
|
COMMENT= command-line interface to Icinga
|
|
|
|
|
2012-08-29 13:31:20 +00:00
|
|
|
DISTNAME= icli-0.43
|
2012-04-18 09:49:40 +00:00
|
|
|
|
|
|
|
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?=
|
2012-04-21 11:51:30 +00:00
|
|
|
PATCH_LIST= patch-*
|
2012-04-18 09:49:40 +00:00
|
|
|
.if ${FLAVOR:Mnagios}
|
2012-04-21 11:51:30 +00:00
|
|
|
PATCH_LIST+= nagios-*
|
2012-04-18 09:49:40 +00:00
|
|
|
RUN_DEPENDS= net/nagios/nagios
|
|
|
|
.else
|
2012-04-21 11:51:30 +00:00
|
|
|
PATCH_LIST+= icinga-*
|
2012-04-18 09:49:40 +00:00
|
|
|
RUN_DEPENDS= net/icinga/core
|
|
|
|
.endif
|
|
|
|
|
2012-06-02 10:02:40 +00:00
|
|
|
RUN_DEPENDS+= devel/p5-List-MoreUtils \
|
|
|
|
devel/p5-Term-Size \
|
2012-04-18 14:10:29 +00:00
|
|
|
devel/p5-Time-TimeDate
|
2012-04-18 09:49:40 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
|
|
|
|
# requires devel/p5-Test-Pod and (unported) Test::Compile, Test::Command
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2012-04-18 09:49:40 +00:00
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|