aboutsummaryrefslogtreecommitdiff
path: root/security/find_ddos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/find_ddos/Makefile')
-rw-r--r--security/find_ddos/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile
deleted file mode 100644
index cb1f2550f31c..000000000000
--- a/security/find_ddos/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: find_ddos
-# Date created: Sun Feb 12, 2000
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-PORTNAME= find_ddos
-PORTVERSION= 4.2
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://www.nipc.gov/warnings/alerts/1999/ \
- http://www.ucl.ac.uk/cert/tools/
-DISTNAME= find_ddos_v42_linux
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Scans a host filesystem for distributed denial of service programs
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-do-build:
- @brandelf -t Linux ${WRKSRC}/find_ddos
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/find_ddos ${PREFIX}/sbin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>