net-mgmt/zabbix52-agent: Add support for Modbus items
PR: 251423 Submitted by: Christian Ullrich Approved by: pg@pakhom.spb.ru (maintainer)
This commit is contained in:
parent
08dc2a15fd
commit
7ae624bdaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556995
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ PKGNAMESUFFIX= -agent
|
|||
MASTERDIR= ${.CURDIR}/../zabbix52-server
|
||||
PLIST= ${PKGDIR}/pkg-plist.agent
|
||||
|
||||
OPTIONS_DEFINE= CURL IPV6
|
||||
OPTIONS_DEFINE= CURL IPV6 MODBUS
|
||||
OPTIONS_DEFAULT= CURL OPENSSL
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -128,6 +128,10 @@ NMAP_RUN_DEPENDS= nmap:security/nmap \
|
|||
LIBXML2_CONFIGURE_WITH= libxml2=${LOCALBASE}
|
||||
LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
|
||||
MODBUS_DESC= Support for Modbus checks
|
||||
MODBUS_CONFIGURE_WITH= libmodbus
|
||||
MODBUS_LIB_DEPENDS= libmodbus.so:comms/libmodbus
|
||||
|
||||
OPENSSL_CONFIGURE_WITH= openssl
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \
|
||||
|
|
Loading…
Reference in a new issue