blob: 8ec22f8cbed7519dee5aaf1c846144217585c3f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.14 2003/07/21 17:20:07 martti Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.3
CATEGORIES= security
MASTER_SITES+= http://monkey.org/~dugsong/dsniff/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://monkey.org/~dugsong/dsniff/
COMMENT= Password sniffer
DEPENDS+= libnet-[0-9]*:../../devel/libnet
# libnids provides static library only, thus it isn't necessary at run-time,
# only at compile-time.
#
BUILD_DEPENDS+= libnids-1.14:../../net/libnids
GNU_CONFIGURE= yes
USE_X11= yes
.include "../../mk/bsd.pkg.mk"
|