aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix22-agent/Makefile
blob: eb5c5f641c0ebc8cb79da9b9216d1b2f6a4983d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Pakhom Golynga <pakhom706@gmail.com>
# $FreeBSD$

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

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

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

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

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