openbsd-ports/security/dsniff/Makefile
jsyn ef87399f7a www.monkey.org is now redirected to monkey.org; our ftp client doesn't
follow, so these distsites have been fixed; spotted by pilot@monkey.org
2002-09-06 04:27:43 +00:00

38 lines
704 B
Makefile

# $OpenBSD: Makefile,v 1.25 2002/09/06 04:27:43 jsyn Exp $
COMMENT= "sniffing tools for penetration testing"
DISTNAME= dsniff-2.3
CATEGORIES= security
NEED_VERSION= 1.474
MASTER_SITES= http://monkey.org/~dugsong/dsniff/
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
BUILD_DEPENDS= ::net/libnids
LIB_DEPENDS= db.3::databases/db \
net::net/libnet
MAINTAINER= Dug Song <dugsong@monkey.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= autoconf
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
CONFIGURE_ARGS= --without-x
.else
USE_X11= Yes
.endif
FAKE_FLAGS= install_prefix="${WRKINST}"
.include <bsd.port.mk>