05341f94ca
Approved by: maintainer timeout
28 lines
692 B
Makefile
28 lines
692 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.bindview.com/Resources/RAZOR/Files/ \
|
|
${MASTER_SITE_PACKETSTORM}
|
|
MASTER_SITE_SUBDIR= UNIX/misc
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Command-line anti-spoofing detection utility
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
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>
|