1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/pnp-icinga2/Makefile
Lars Engels 18ee779f87 net-mgmt/pnp:
- Add patches from Check_MK that workaround missing sizeof() function in PHP 7.x
- Bump PORTREVSION
2019-01-16 13:37:50 +00:00

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"