aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix2-agent/Makefile
blob: 6422d0ba1a8012841420825c8cc40d9403a5a3b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Sergey Akifyev <asa@gascom.ru>
# $FreeBSD$

PORTNAME=   zabbix2
PKGNAMESUFFIX=  -agent
CATEGORIES= net-mgmt

MASTERDIR=  ${.CURDIR}/../zabbix2-server

PLIST=      ${PKGDIR}/pkg-plist.agent

OPTIONSFILE=    ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT=    IPV6

.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"