aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix22-agent
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-12-19 17:20:01 +0800
committervanilla <vanilla@FreeBSD.org>2013-12-19 17:20:01 +0800
commit5cf5ce09af6a7225f1228d3b1704c90db02b791f (patch)
treef89b521ba6221f79ce04368ff21c5dbeea1fddb5 /net-mgmt/zabbix22-agent
parentdefc3fda4129c6bc89b3e052e43639c531be8724 (diff)
downloadfreebsd-ports-gnome-5cf5ce09af6a7225f1228d3b1704c90db02b791f.tar.gz
freebsd-ports-gnome-5cf5ce09af6a7225f1228d3b1704c90db02b791f.tar.zst
freebsd-ports-gnome-5cf5ce09af6a7225f1228d3b1704c90db02b791f.zip
Add zabbix22-*
PR: ports/183958 Submitted by: Pakhom Golynga (origin zabbix2-* maintainer)
Diffstat (limited to 'net-mgmt/zabbix22-agent')
-rw-r--r--net-mgmt/zabbix22-agent/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/zabbix22-agent/Makefile b/net-mgmt/zabbix22-agent/Makefile
new file mode 100644
index 000000000000..eb5c5f641c0e
--- /dev/null
+++ b/net-mgmt/zabbix22-agent/Makefile
@@ -0,0 +1,18 @@
+# Created by: Pakhom Golynga <pakhom706@gmail.com>
+# $FreeBSD$
+
+PORTNAME= zabbix22
+PKGNAMESUFFIX= -agent
+CATEGORIES= net-mgmt
+
+MASTERDIR= ${.CURDIR}/../zabbix22-server
+
+PLIST= ${PKGDIR}/pkg-plist.agent
+
+OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
+OPTIONS_DEFINE= IPV6
+OPTIONS_DEFAULT= IPV6
+
+NO_STAGE= yes
+.include <bsd.port.options.mk>
+.include "${MASTERDIR}/Makefile"