2001-11-10 10:00:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2001/11/10 15:00:49 espie Exp $
|
2001-05-05 23:45:31 -04:00
|
|
|
|
|
|
|
COMMENT= "sniffing tools for penetration testing"
|
1999-12-20 18:00:58 -05:00
|
|
|
|
2000-12-18 08:16:41 -05:00
|
|
|
DISTNAME= dsniff-2.3
|
1999-12-20 18:00:58 -05:00
|
|
|
CATEGORIES= security
|
2001-10-15 17:04:11 -04:00
|
|
|
NEED_VERSION= 1.474
|
2000-10-02 16:06:07 -04:00
|
|
|
MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/
|
2001-01-09 20:19:49 -05:00
|
|
|
|
2000-08-11 04:59:56 -04:00
|
|
|
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
|
|
|
|
|
2001-11-10 10:00:47 -05:00
|
|
|
BUILD_DEPENDS= ::net/libnids
|
2001-10-15 17:04:11 -04:00
|
|
|
LIB_DEPENDS= db.3::databases/db \
|
|
|
|
net::net/libnet
|
|
|
|
|
1999-12-20 18:00:58 -05:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
1999-12-20 18:00:58 -05:00
|
|
|
|
2000-04-18 06:08:23 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-08-11 04:59:56 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-12-20 18:00:58 -05:00
|
|
|
|
2000-10-02 16:06:07 -04:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2001-01-09 20:19:49 -05:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
|
|
|
CONFIGURE_ARGS= --without-x
|
|
|
|
.else
|
|
|
|
USE_X11= Yes
|
2000-10-02 16:06:07 -04:00
|
|
|
.endif
|
|
|
|
|
2000-08-11 04:59:56 -04:00
|
|
|
FAKE_FLAGS= install_prefix="${WRKINST}"
|
2000-05-17 12:32:08 -04:00
|
|
|
|
1999-12-20 18:00:58 -05:00
|
|
|
.include <bsd.port.mk>
|