759c1ca2f8
net-mgmt/zabbix42 -> net-mgmt/zabbix44 What's new in Zabbix 4.4: https://www.zabbix.com/documentation/4.4/manual/introduction/whatsnew440 PR: 241235 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
14 lines
291 B
Makefile
14 lines
291 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix44
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix44-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= CURL IPV6
|
|
OPTIONS_DEFAULT= CURL OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|