mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
18ee779f87
- Add patches from Check_MK that workaround missing sizeof() function in PHP 7.x - Bump PORTREVSION
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
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"
|