diff options
author | dbaio <dbaio@FreeBSD.org> | 2019-04-25 19:56:06 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2019-04-25 19:56:06 +0800 |
commit | 92e6fa089a120955ab4636aa4945e7d25d699439 (patch) | |
tree | be790bf70996c6cc36627f30c813a130ba46bd7c /net-mgmt/zabbix42-agent | |
parent | 15fd55120a97cb415f142c57f4765825e619f82b (diff) | |
download | freebsd-ports-gnome-92e6fa089a120955ab4636aa4945e7d25d699439.tar.gz freebsd-ports-gnome-92e6fa089a120955ab4636aa4945e7d25d699439.tar.zst freebsd-ports-gnome-92e6fa089a120955ab4636aa4945e7d25d699439.zip |
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 <pg@pakhom.spb.ru> (maintainer)
Diffstat (limited to 'net-mgmt/zabbix42-agent')
-rw-r--r-- | net-mgmt/zabbix42-agent/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 <pg@pakhom.spb.ru> +# $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" |