2000-01-09 03:13:59 +00:00
|
|
|
# New ports collection makefile for: dsniff
|
|
|
|
# Date created: 08 Jan 2000
|
|
|
|
# Whom: kris@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-09 18:34:06 +00:00
|
|
|
#
|
2000-01-09 03:13:59 +00:00
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= dsniff
|
2000-04-21 08:19:33 +00:00
|
|
|
PORTVERSION= 1.7
|
2000-01-09 03:13:59 +00:00
|
|
|
CATEGORIES= security
|
2000-03-30 06:27:33 +00:00
|
|
|
MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/
|
2000-01-09 03:13:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
|
|
|
|
${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
|
|
|
|
|
2000-01-09 05:14:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-03-30 06:27:33 +00:00
|
|
|
CONFIGURE_ARGS+=--with-libnet="${LOCALBASE}" --with-libnids="${LOCALBASE}"
|
2000-01-21 07:19:02 +00:00
|
|
|
USE_XLIB= yes
|
2000-01-09 05:14:19 +00:00
|
|
|
|
2000-03-30 06:27:33 +00:00
|
|
|
MAN8= arpredirect.8 dsniff.8 findgw.8 macof.8 mailsnarf.8 tcpkill.8 \
|
|
|
|
tcpnice.8 urlsnarf.8 webspy.8
|
|
|
|
|
2000-01-09 03:13:59 +00:00
|
|
|
.include <bsd.port.mk>
|