2004-05-07 11:28:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2004/05/07 15:28:31 naddy 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
|
2002-10-28 12:35:01 -05:00
|
|
|
|
2002-09-06 00:27:43 -04:00
|
|
|
MASTER_SITES= http://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
|
2004-01-10 03:33:11 -05:00
|
|
|
LIB_DEPENDS= lib/db/db.3:db->3,<4:databases/db/v3 \
|
2001-10-15 17:04:11 -04:00
|
|
|
net::net/libnet
|
|
|
|
|
2003-12-08 12:42:34 -05:00
|
|
|
# BSD
|
2000-04-18 06:08:23 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-12-08 12:42:34 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
|
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"
|
2004-05-04 16:04:16 -04:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
2001-01-09 20:19:49 -05:00
|
|
|
.else
|
|
|
|
USE_X11= Yes
|
2000-10-02 16:06:07 -04:00
|
|
|
.endif
|
|
|
|
|
2002-10-28 12:35:01 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
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>
|