diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-09-25 17:13:42 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-09-25 17:13:42 +0000 |
commit | 51dfd96e0f83a58baf8bfc85c4f6a7b5574d63e4 (patch) | |
tree | 02b1149a1dedc9f7974a7609e3eaa09d176c6eec /net-mgmt/zabbix32-agent | |
parent | f920756a1d6c3acbcd21060f797112e0ac2ea8c3 (diff) | |
download | freebsd-ports-51dfd96e0f83a58baf8bfc85c4f6a7b5574d63e4.zip |
- New ports: Zabbix 3.2.0.
Zabbix is an enterprise-class open source distributed monitoring platform.
Release notes: https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew320
PR: 212799
Submitted by: danilo
Reviewed by: Pakhom Golynga <pg@pakhom.spb.ru>
Diffstat (limited to 'net-mgmt/zabbix32-agent')
-rw-r--r-- | net-mgmt/zabbix32-agent/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/zabbix32-agent/Makefile b/net-mgmt/zabbix32-agent/Makefile new file mode 100644 index 000000000000..28bbbe29dc9b --- /dev/null +++ b/net-mgmt/zabbix32-agent/Makefile @@ -0,0 +1,19 @@ +# Created by: Pakhom Golynga <pg@pakhom.spb.ru> +# $FreeBSD$ + +PORTNAME= zabbix32 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MAINTAINER= pakhom@pakhom.spb.ru +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) + +LICENSE= GPLv2 + +MASTERDIR= ${.CURDIR}/../zabbix32-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= IPV6 +OPTIONS_DEFAULT= OPENSSL + +.include "${MASTERDIR}/Makefile" |