openbsd-ports/security/dsniff/Makefile
espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

38 lines
704 B
Makefile

# $OpenBSD: Makefile,v 1.23 2001/11/10 15:00:49 espie Exp $
COMMENT= "sniffing tools for penetration testing"
DISTNAME= dsniff-2.3
CATEGORIES= security
NEED_VERSION= 1.474
MASTER_SITES= http://www.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= gnu
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>