2000-01-09 03:13:59 +00:00
|
|
|
# New ports collection makefile for: dsniff
|
2000-01-28 06:22:43 +00:00
|
|
|
# Version required: 1.3
|
2000-01-09 03:13:59 +00:00
|
|
|
# Date created: 08 Jan 2000
|
|
|
|
# Whom: kris@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-01-28 06:22:43 +00:00
|
|
|
DISTNAME= dsniff-1.3
|
2000-01-09 03:13:59 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/
|
|
|
|
|
|
|
|
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-01-09 03:13:59 +00:00
|
|
|
.include <bsd.port.mk>
|