diff -urN zabbix-agent/Makefile zabbix2-agent/Makefile --- zabbix-agent/Makefile 2009-12-14 01:30:16.000000000 +0300 +++ zabbix2-agent/Makefile 2012-06-01 01:06:22.000000000 +0400 @@ -1,19 +1,19 @@ -# Ports collection makefile for: zabbix-agent -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev +# Ports collection makefile for: zabbix2-agent +# Date created: 2012-05-31 +# Whom: Pakhom Golynga (based on ports created by Jim Riggs ) # -# $FreeBSD: ports/net-mgmt/zabbix-agent/Makefile,v 1.30 2009/12/13 22:30:16 pav Exp $ +# $FreeBSD$ # -PORTNAME= zabbix +PORTNAME= zabbix2 PKGNAMESUFFIX= -agent -MASTERDIR= ${.CURDIR}/../zabbix-server +MASTERDIR= ${.CURDIR}/../zabbix2-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= IPV6 "Support for IPv6" on +OPTIONS= IPV6 "Support for IPv6" off .include .include "${MASTERDIR}/Makefile"