aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-agent
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-03-15 13:48:00 +0000
committerMark Felder <feld@FreeBSD.org>2016-03-15 13:48:00 +0000
commit3d303621d363608db215d216bac7e72de2902b61 (patch)
tree1fde9d1255f4a8fb05404034ab52829649376a1d /net-mgmt/zabbix3-agent
parente41f9726dcd34e5c11b12a7f1288bc368b6fa95e (diff)
Notes
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"