2011-09-25 14:42:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.57 2011/09/25 14:42:51 naddy Exp $
|
2001-05-06 03:45:31 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= sniffing tools for penetration testing
|
1999-12-20 23:00:58 +00:00
|
|
|
|
2000-12-18 13:16:41 +00:00
|
|
|
DISTNAME= dsniff-2.3
|
2011-09-25 14:42:51 +00:00
|
|
|
REVISION= 13
|
1999-12-20 23:00:58 +00:00
|
|
|
CATEGORIES= security
|
2002-10-28 17:35:01 +00:00
|
|
|
|
2002-09-06 04:27:43 +00:00
|
|
|
MASTER_SITES= http://monkey.org/~dugsong/dsniff/
|
2001-01-10 01:19:49 +00:00
|
|
|
|
2000-08-11 08:59:56 +00:00
|
|
|
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
|
|
|
|
|
2010-11-20 17:22:40 +00:00
|
|
|
BUILD_DEPENDS= net/libnids
|
2010-11-26 14:23:31 +00:00
|
|
|
LIB_DEPENDS= databases/db/v3 \
|
2010-11-26 14:56:14 +00:00
|
|
|
net/libnet/1.0
|
2010-11-20 17:22:40 +00:00
|
|
|
WANTLIB= c crypto pcap ssl rpcsvc lib/db/db=3 lib/libnet-1.0/net=0
|
2001-10-15 21:04:11 +00:00
|
|
|
|
2003-12-08 17:42:34 +00:00
|
|
|
# BSD
|
2000-04-18 10:08:23 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION= 2.13
|
2003-12-08 17:42:34 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
2009-03-16 11:14:56 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db"
|
2010-11-11 18:34:59 +00:00
|
|
|
USE_GROFF = Yes
|
1999-12-20 23:00:58 +00:00
|
|
|
|
2000-10-02 20:06:07 +00:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2001-01-10 01:19:49 +00:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
2004-05-04 20:04:16 +00:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
2001-01-10 01:19:49 +00:00
|
|
|
.else
|
2010-07-30 23:13:30 +00:00
|
|
|
WANTLIB+= ICE SM X11 Xmu
|
2000-10-02 20:06:07 +00:00
|
|
|
.endif
|
|
|
|
|
2002-10-28 17:35:01 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2008-01-04 17:48:33 +00:00
|
|
|
DESTDIRNAME= install_prefix
|
2000-05-17 16:32:08 +00:00
|
|
|
|
1999-12-20 23:00:58 +00:00
|
|
|
.include <bsd.port.mk>
|