openbsd-ports/net/ettercap/Makefile
obecian 7b136a6073 ettercap-0.4.3 update
Changes:
Added a Protocol State Machine for dissectors, the ability to
specify the rule "Log" to the filtering form, a Packet Factory to create
and send packets on the fly, support for multiple config files, code
cleanups, added the ability to launch plugins from connection list, a new
plugin named banshee, and enhancements in the protocol dissector for
SOCKS 5, IMAP, VNC, SMB, and MySQL.
2001-05-12 04:40:48 +00:00

27 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/05/12 04:40:48 obecian Exp $
COMMENT= "multi-purpose sniffer/interceptor/logger"
VER= 0.4.3
DISTNAME= ettercap-${VER}
CATEGORIES= net
NEED_VERSION= 1.364
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ettercap
HOMEPAGE= http://ettercap.sourceforge.net/
MAINTAINER= Mark Grimes <obecian@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
# not yet
#CONFIGURE_ARGS+= --enable-plugins
.include <bsd.port.mk>