mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bad0268e82
is considered "suspicious" with the actual TTL of a test packet sent to that host, to try and detect packet spoofing. It is intended to be used as part of an IDS system.
24 lines
560 B
Makefile
24 lines
560 B
Makefile
# New ports collection makefile for: despoof
|
|
# Date created: 02 September 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= despoof
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://razor.bindview.com/tools/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/despoof ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/share/doc/despoof
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/despoof
|
|
|
|
.include <bsd.port.mk>
|