aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ettercap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r--net-mgmt/ettercap/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
deleted file mode 100644
index 530581b9d35b..000000000000
--- a/net-mgmt/ettercap/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: ettercap
-# Date created: 19 February 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ettercap
-PORTVERSION= 0.3.1
-CATEGORIES= net
-MASTER_SITES= http://ettercap.sourceforge.net/download/
-
-MAINTAINER= greid@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-.if !defined(NOPORTDOCS)
-INSTALL_TARGET= install install-doc
-.endif
-
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-MAN8= ettercap.8
-
-.include <bsd.port.mk>