18 lines
401 B
Makefile
18 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -icinga
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Icinga performance data collector and grapher
|
|
|
|
MASTERDIR= ${.CURDIR}/../pnp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \
|
|
${LOCALBASE}/www/icinga/main.html:net-mgmt/icinga-classicweb
|
|
|
|
NAGIOSDIR?= /var/spool/icinga
|
|
NAGIOSHTMURL?= /icinga
|
|
NAGIOSUSER?= icinga
|
|
NAGIOSGROUP?= icinga
|
|
|
|
.include "${MASTERDIR}/Makefile"
|