mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Enable SSH-based checks by default as it's usable for many scenarion. Also make SNMP checks optional, retaining default ON and clean up the required PHP extension a bit as per Zabbix manual. PR: 269992 PR: 270012 PR: 270013
12 lines
255 B
Makefile
12 lines
255 B
Makefile
PORTNAME= zabbix6
|
|
PORTREVISION= 0
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= CURL IPV6 MODBUS
|
|
OPTIONS_DEFAULT= CURL OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|