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-09-02 01:33:19 +00:00
|
|
|
PORTVERSION= 2.2
|
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-01-21 07:19:02 +00:00
|
|
|
USE_XLIB= yes
|
2000-01-09 05:14:19 +00:00
|
|
|
|
2000-09-10 10:59:14 +00:00
|
|
|
MAN8= arpredirect.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \
|
2000-09-02 01:33:19 +00:00
|
|
|
tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8
|
2000-03-30 06:27:33 +00:00
|
|
|
|
2000-01-09 03:13:59 +00:00
|
|
|
.include <bsd.port.mk>
|