openbsd-ports/security/dsniff/Makefile
sturm 0d2f5634f8 use new databases/db layout
db update and these modifications by
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-08 17:42:34 +00:00

42 lines
812 B
Makefile

# $OpenBSD: Makefile,v 1.27 2003/12/08 17:42:34 sturm Exp $
COMMENT= "sniffing tools for penetration testing"
DISTNAME= dsniff-2.3
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/dsniff/
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
BUILD_DEPENDS= ::net/libnids
LIB_DEPENDS= db.3::databases/db/v3 \
net::net/libnet
MAINTAINER= Dug Song <dugsong@monkey.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
CONFIGURE_ARGS= --without-x
.else
USE_X11= Yes
.endif
NO_REGRESS= Yes
FAKE_FLAGS= install_prefix="${WRKINST}"
.include <bsd.port.mk>