freebsd-ports/net-mgmt/zabbix2-agent/Makefile
Jase Thew 0b80f7727c - Update to 2.0.0 after repocopy from
net-mgmt/zabbix-{agent,frontend,proxy,server} [1]
- Convert to optionsNG
- Remove the need for SQL patches by using REINPLACE
- Remove manual installation of config files.
- Change config include directories from dirrm to dirrmtry in
  pkg-plist - users may put files there.

PR:		ports/169153 [1]
Submitted by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer)
Approved by:	flo (mentor)
2012-08-15 14:28:31 +00:00

20 lines
421 B
Makefile

# Ports collection makefile for: zabbix-agent
# Date created: Jun 18 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= zabbix2
PKGNAMESUFFIX= -agent
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"