1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net-mgmt/zabbix22-agent/Makefile
Pawel Pekala cb90da2923 - Update net-mgmt/zabbix22-* ports to version 2.2.8
- Fix declarations order in slaves

PR:		196019
Submitted by:	timp87@gmail.com
Approved by:	maintainer
2014-12-28 17:28:16 +00:00

18 lines
375 B
Makefile

# Created by: Pakhom Golynga <pakhom706@gmail.com>
# $FreeBSD$
PORTNAME= zabbix22
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix22-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"