blob: 86084545a9f4f6e8bb9d8491a901245a2eda99d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
|