f9c6c53e66
This add Zabbix 2.4.1 server, agent, frontend, and proxy PR: 194104 Submitted by: pakhom706 (gmail)
15 lines
345 B
Makefile
15 lines
345 B
Makefile
# Created by: Pakhom Golynga <pakhom706@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix24
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix24-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
|
OPTIONS_DEFINE= IPV6
|
|
OPTIONS_DEFAULT= IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|