mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ad9536a8d7
Approved by: portmgr (bapt)
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -icinga
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Icinga performance data collector and grapher
|
|
|
|
MASTERDIR= ${.CURDIR}/../pnp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
|
|
icinga:${PORTSDIR}/net-mgmt/icinga
|
|
|
|
NAGIOSDIR?= /var/spool/icinga
|
|
NAGIOSHTMURL?= /icinga
|
|
NAGIOSUSER?= icinga
|
|
NAGIOSGROUP?= icinga
|
|
|
|
.include "${MASTERDIR}/Makefile"
|