summaryrefslogtreecommitdiff
path: root/net-mgmt/echolot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/echolot/Makefile')
-rw-r--r--net-mgmt/echolot/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile
deleted file mode 100644
index fbd35f9302e9..000000000000
--- a/net-mgmt/echolot/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: echolot
-# Date created: Jun 23, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= echolot
-PORTVERSION= 0.1.0
-CATEGORIES= net
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITES= http://echolot.sourceforge.net/download/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-MAN1= echolot.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>