freebsd-ports/security/find_ddos/Makefile
2003-02-20 19:00:52 +00:00

34 lines
773 B
Makefile

# 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
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>