summaryrefslogtreecommitdiff
path: root/security/dsniff/Makefile
blob: 9a069ee34caca8fc0a424f29c97b72b097b6dcc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.4 2000/08/11 08:54:36 itojun Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $

DISTNAME=	dsniff-2.2
CATEGORIES=	security
MASTER_SITES+=	http://www.monkey.org/~dugsong/dsniff/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.monkey.org/~dugsong/dsniff/

# These libraries are static, thus they aren't necessary at run-time,
# only at compile-time.
#
BUILD_DEPENDS+=	${LOCALBASE}/lib/libnet.a:../../net/libnet
BUILD_DEPENDS+=	${LOCALBASE}/lib/libnids.a:../../net/libnids

GNU_CONFIGURE=	yes
USE_X11=	yes

.include "../../mk/bsd.pkg.mk"