diff options
Diffstat (limited to 'net-mgmt/zabbix2-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile deleted file mode 100644 index 4308e6987d5c..000000000000 --- a/net-mgmt/zabbix2-agent/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Ports collection makefile for: zabbix-agent -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PKGNAMESUFFIX= -agent - -MASTERDIR= ${.CURDIR}/../zabbix-server - -PLIST= ${PKGDIR}/pkg-plist.agent - -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= IPV6 "Support for IPv6" on - -.include <bsd.port.options.mk> -.include "${MASTERDIR}/Makefile" |