summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix16-agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/zabbix16-agent/Makefile')
-rw-r--r--net-mgmt/zabbix16-agent/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/zabbix16-agent/Makefile b/net-mgmt/zabbix16-agent/Makefile
new file mode 100644
index 000000000000..2983d6ba42fe
--- /dev/null
+++ b/net-mgmt/zabbix16-agent/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: zabbix16-agent
+# Date created: 2009-12-10
+# Whom: Jim Riggs <ports@christianserving.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zabbix
+PKGNAMESUFFIX= -agent
+
+MASTERDIR= ${.CURDIR}/../zabbix16-server
+
+PLIST= ${PKGDIR}/pkg-plist.agent
+
+OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
+OPTIONS= IPV6 "Support for IPv6" on
+
+.include <bsd.port.options.mk>
+.include "${MASTERDIR}/Makefile"