bf3eccef76
Update CONFLICTS to also match zabbix[22|34]. [1] Improve LICENSE. Remove unnecessary information from the slave ports. Changes: https://www.zabbix.com/rn3.2.8 PR: 222808 PR: 222317 [1] Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Submitted by: Franco Fichtner <franco@opnsense.org> [1]
14 lines
281 B
Makefile
14 lines
281 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix32
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix32-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
OPTIONS_DEFAULT= OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|