diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-11-03 14:40:39 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-11-03 14:40:39 +0000 |
commit | dbfcfa6d138680c75f5efa596939b71f0907a407 (patch) | |
tree | eac14f935b23c6ee0f0e5b8262a6a1d27a14c9d6 /net-mgmt/zabbix52-agent | |
parent | Fix a typo (diff) |
New ports: net-mgmt/zabbix52-[agent|frontend|java|proxy|server]
net-mgmt/zabbix5 -> net-mgmt/zabbix52
What's new in Zabbix 5.2:
https://www.zabbix.com/documentation/current/manual/introduction/whatsnew520
Changelog: https://www.zabbix.com/rn/rn5.2.0
PR: 250775
Approved by: pg@pakhom.spb.ru (maintainer)
Notes
Notes:
svn path=/head/; revision=553988
Diffstat (limited to 'net-mgmt/zabbix52-agent')
-rw-r--r-- | net-mgmt/zabbix52-agent/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/zabbix52-agent/Makefile b/net-mgmt/zabbix52-agent/Makefile new file mode 100644 index 000000000000..f970aa3e783a --- /dev/null +++ b/net-mgmt/zabbix52-agent/Makefile @@ -0,0 +1,14 @@ +# Created by: Pakhom Golynga <pg@pakhom.spb.ru> +# $FreeBSD$ + +PORTNAME= zabbix52 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../zabbix52-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= CURL IPV6 +OPTIONS_DEFAULT= CURL OPENSSL + +.include "${MASTERDIR}/Makefile" |