97fa7442aa
Mark as deprecated due to being marked end of life upstream since August, 2017. This will be the last update. https://www.zabbix.com/life_cycle_and_release_policy Changes: https://www.zabbix.com/rn/rn2.0.21 PR: 229588 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
14 lines
251 B
Makefile
14 lines
251 B
Makefile
# Created by: Sergey Akifyev <asa@gascom.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix2
|
|
PKGNAMESUFFIX= -agent
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix2-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|