aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix3-agent
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-03-15 21:48:00 +0800
committerfeld <feld@FreeBSD.org>2016-03-15 21:48:00 +0800
commit19a8ae9adf3f2f80ba2d5470bdcb0fc07394cb93 (patch)
tree1fde9d1255f4a8fb05404034ab52829649376a1d /net-mgmt/zabbix3-agent
parente176b107da68d8e0bbd24bf8be4cc8bba5529eb1 (diff)
downloadfreebsd-ports-gnome-19a8ae9adf3f2f80ba2d5470bdcb0fc07394cb93.tar.gz
freebsd-ports-gnome-19a8ae9adf3f2f80ba2d5470bdcb0fc07394cb93.tar.zst
freebsd-ports-gnome-19a8ae9adf3f2f80ba2d5470bdcb0fc07394cb93.zip
net-mgmt/zabbix24 -> zabbix3
Welcome zabbix3 to the ports tree PR: 207616
Diffstat (limited to 'net-mgmt/zabbix3-agent')
-rw-r--r--net-mgmt/zabbix3-agent/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/zabbix3-agent/Makefile b/net-mgmt/zabbix3-agent/Makefile
new file mode 100644
index 000000000000..724f60991f34
--- /dev/null
+++ b/net-mgmt/zabbix3-agent/Makefile
@@ -0,0 +1,14 @@
+# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
+# $FreeBSD$
+
+PORTNAME= zabbix3
+CATEGORIES= net-mgmt
+PKGNAMESUFFIX= -agent
+
+MASTERDIR= ${.CURDIR}/../zabbix3-server
+PLIST= ${PKGDIR}/pkg-plist.agent
+
+OPTIONS_DEFINE= IPV6
+OPTIONS_DEFAULT= IPV6
+
+.include "${MASTERDIR}/Makefile"