openbsd-ports/security/dsniff/Makefile

38 lines
704 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2001/11/10 15:00:49 espie Exp $
COMMENT= "sniffing tools for penetration testing"
2000-12-18 08:16:41 -05:00
DISTNAME= dsniff-2.3
CATEGORIES= security
2001-10-15 17:04:11 -04:00
NEED_VERSION= 1.474
2000-10-02 16:06:07 -04:00
MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/
2001-01-09 20:19:49 -05:00
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
BUILD_DEPENDS= ::net/libnids
2001-10-15 17:04:11 -04:00
LIB_DEPENDS= db.3::databases/db \
net::net/libnet
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
2000-04-18 06:08:23 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
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"
CONFIGURE_ARGS= --without-x
.else
USE_X11= Yes
2000-10-02 16:06:07 -04:00
.endif
FAKE_FLAGS= install_prefix="${WRKINST}"
2000-05-17 12:32:08 -04:00
.include <bsd.port.mk>