From 92e6fa089a120955ab4636aa4945e7d25d699439 Mon Sep 17 00:00:00 2001 From: dbaio Date: Thu, 25 Apr 2019 11:56:06 +0000 Subject: New ports: net-mgmt/zabbix42-[agent|frontend|java|proxy|server] net-mgmt/zabbix4 -> net-mgmt/zabbix42 What's new in Zabbix 4.2: https://www.zabbix.com/documentation/4.2/manual/introduction/whatsnew420 PR: 237511 Approved by: Pakhom Golynga (maintainer) --- net-mgmt/zabbix42-agent/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net-mgmt/zabbix42-agent/Makefile (limited to 'net-mgmt/zabbix42-agent') diff --git a/net-mgmt/zabbix42-agent/Makefile b/net-mgmt/zabbix42-agent/Makefile new file mode 100644 index 000000000000..6b92dfc3dd9c --- /dev/null +++ b/net-mgmt/zabbix42-agent/Makefile @@ -0,0 +1,14 @@ +# Created by: Pakhom Golynga +# $FreeBSD$ + +PORTNAME= zabbix42 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../zabbix42-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= CURL IPV6 +OPTIONS_DEFAULT= CURL OPENSSL + +.include "${MASTERDIR}/Makefile" -- cgit