391c68d29c
- Split the port to server, frontend, agent and proxy slaves - Add zabbix16 for people who don't want to update to 1.8 yet PR: ports/141364 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
19 lines
412 B
Makefile
19 lines
412 B
Makefile
# Ports collection makefile for: zabbix-agent
|
|
# Date created: Jun 18 2003
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zabbix
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
|
OPTIONS= IPV6 "Support for IPv6" on
|
|
|
|
.include <bsd.port.options.mk>
|
|
.include "${MASTERDIR}/Makefile"
|