freebsd-ports/net-mgmt/zabbix22-agent/Makefile
Bartek Rutkowski 6de0d3925b net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10
- Update slave ports: zabbix22-agent, zabbix22-proxy
- Update maintainer address to pakhom@pakhom.spb.ru

PR:		202243
Submitted by:	Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
2015-09-24 15:46:46 +00:00

16 lines
313 B
Makefile

# Created by: Pakhom Golynga <pakhom@pakhom.spb.ru>
# $FreeBSD$
PORTNAME= zabbix22
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix22-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"