diff options
Diffstat (limited to 'net-mgmt/zabbix-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile deleted file mode 100644 index f2aeb00a09fb..000000000000 --- a/net-mgmt/zabbix-agent/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Ports collection makefile for: zabbix -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> -# -# $FreeBSD$ -# - -PORTNAME= zabbix-agent -CATEGORIES= net - -MAINTAINER= asa@gascom.ru -COMMENT= Very advanced network monitoring system (agent only) - -ZABBIX_AGENT_ONLY=yes -MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -.include "${MASTERDIR}/Makefile" |