pkgsrc/security/dsniff/Makefile

23 lines
591 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2005/02/05 16:11:48 adrianp Exp $
2000-08-11 10:07:48 +02:00
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.3
PKGREVISION= 3
2000-08-11 10:07:48 +02:00
CATEGORIES= security
MASTER_SITES+= http://monkey.org/~dugsong/dsniff/
2000-08-11 10:07:48 +02:00
2003-07-18 00:50:55 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://monkey.org/~dugsong/dsniff/
COMMENT= Password sniffer
2000-08-11 10:07:48 +02:00
2004-04-25 06:20:11 +02:00
USE_BUILDLINK3= yes
2000-08-11 10:14:16 +02:00
GNU_CONFIGURE= yes
USE_X11= yes
2000-08-11 10:07:48 +02:00
BUILDLINK_DEPENDS.libnet+= libnet-1.0.*
2004-04-25 06:20:11 +02:00
.include "../../net/libpcap/buildlink3.mk"
.include "../../devel/libnet/buildlink3.mk"
.include "../../net/libnids/buildlink3.mk"
2000-08-11 10:14:16 +02:00
.include "../../mk/bsd.pkg.mk"