mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
415 B
Makefile
18 lines
415 B
Makefile
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -icinga2
|
|
|
|
MAINTAINER= lme@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"
|