4ce0e08ab1
net-mgmt/zabbix32 -> net-mgmt/zabbix34 What's new in Zabbix 3.4.0: https://www.zabbix.com/documentation/3.4/manual/introduction/whatsnew340 PR: 221779 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru>
14 lines
281 B
Makefile
14 lines
281 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix34
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix34-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
OPTIONS_DEFAULT= OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|