Update ports-mgmt/pkg-devel to version 1.4.0.p.a4
[dports.git] / net-mgmt / zabbix2-agent / Makefile
1 # Created by: Sergey Akifyev <asa@gascom.ru>
2 # $FreeBSD$
3
4 PORTNAME=       zabbix2
5 PKGNAMESUFFIX=  -agent
6 CATEGORIES=     net-mgmt
7
8 MASTERDIR=      ${.CURDIR}/../zabbix2-server
9
10 PLIST=          ${PKGDIR}/pkg-plist.agent
11
12 OPTIONSFILE=    ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
13 OPTIONS_DEFINE= IPV6
14 OPTIONS_DEFAULT=        IPV6
15
16 .include <bsd.port.options.mk>
17 .include "${MASTERDIR}/Makefile"