diff options
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile deleted file mode 100644 index 5e3bd97529be..000000000000 --- a/net-mgmt/ettercap/Makefile +++ /dev/null @@ -1,28 +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.6.7 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= greid@FreeBSD.org -COMMENT= A network sniffer/interceptor/injector/logger for switched LANs - -GNU_CONFIGURE= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-doc -.endif - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -MAN8= ettercap.8 - -.include <bsd.port.mk> |