summaryrefslogtreecommitdiff
path: root/security/dsniff/Makefile
blob: 01edb7b6952be641932626af8da9ed18f5922652 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# New ports collection makefile for:	dsniff
# Version required:	1.1
# Date created:		08 Jan 2000
# Whom:			kris@FreeBSD.org
#
# $FreeBSD$

DISTNAME=	dsniff-1.1
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

.include <bsd.port.mk>