diff options
Diffstat (limited to 'net-mgmt/zabbix3-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix3-agent/Makefile | 14 |
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" |