aboutsummaryrefslogtreecommitdiff
path: root/net/tcpdump398/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump398/Makefile')
-rw-r--r--net/tcpdump398/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile
deleted file mode 100644
index 3932413979b3..000000000000
--- a/net/tcpdump398/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Edwin Groothuis <edwin@mavetju.org>
-# $FreeBSD$
-
-PORTNAME= tcpdump398
-PORTVERSION= 1.0
-CATEGORIES= net ipv6
-MASTER_SITES= http://www.mavetju.org/download/adopted/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/contrib/LICENSE
-
-FORBIDDEN= multiple security vulnerabilities
-DEPRECATED= multiple security vulnerabilities; not updated since 2009
-EXPIRATION_DATE=2017-03-05
-
-USES= ssl tar:bzip2
-
-PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398
- ${INSTALL_MAN} ${WRKSRC}/tcpdump.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/tcpdump398.1.gz
-
-.include <bsd.port.mk>