diff options
Diffstat (limited to 'net-mgmt/zabbix5-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix5-agent/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/zabbix5-agent/Makefile b/net-mgmt/zabbix5-agent/Makefile new file mode 100644 index 000000000000..bee163a0702f --- /dev/null +++ b/net-mgmt/zabbix5-agent/Makefile @@ -0,0 +1,14 @@ +# Created by: Pakhom Golynga <pg@pakhom.spb.ru> +# $FreeBSD$ + +PORTNAME= zabbix5 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../zabbix5-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= CURL IPV6 +OPTIONS_DEFAULT= CURL OPENSSL + +.include "${MASTERDIR}/Makefile" |