8e7206467b
Sponsored by: Netzkommune GmbH
17 lines
418 B
Makefile
17 lines
418 B
Makefile
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -icinga2
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Icinga2 performance data collector and grapher
|
|
|
|
MASTERDIR= ${.CURDIR}/../pnp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \
|
|
${LOCALBASE}/www/icingaweb2/public/index.php:net-mgmt/icingaweb2
|
|
|
|
NAGIOSDIR?= /var/spool/icinga2
|
|
NAGIOSHTMURL?= /icingaweb2
|
|
NAGIOSUSER?= icinga
|
|
NAGIOSGROUP?= icinga
|
|
|
|
.include "${MASTERDIR}/Makefile"
|