blob: 4ae3b46fef3c399aa003a6efb50dfaa5960ca568 (
plain) (
tree)
|
|
# $FreeBSD$
PKGNAMESUFFIX= -icinga
MAINTAINER= lme@FreeBSD.org
COMMENT= Icinga performance data collector and grapher
MASTERDIR= ${.CURDIR}/../pnp
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
icinga:${PORTSDIR}/net-mgmt/icinga
NAGIOSDIR?= /var/spool/icinga
NAGIOSHTMURL?= /icinga
NAGIOSUSER?= icinga
NAGIOSGROUP?= icinga
.include "${MASTERDIR}/Makefile"
|