diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-08 20:25:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-08 20:25:03 +0000 |
commit | 27aa3072d4ab3017cdb6054a21aa2acdd878bb04 (patch) | |
tree | 65e99ce4eb4e71be97da12ee3003fedf9ff48bc4 /net/ettercap/Makefile | |
parent | 477acbc2c62ba4a39096650195d6cd63e4b8644c (diff) | |
download | pkgsrc-27aa3072d4ab3017cdb6054a21aa2acdd878bb04.tar.gz |
Add ettercap-0.6.4:
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It
supports active and passive dissection of many protocols (even ciphered ones)
and includes many features for network and host analysis.
Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile new file mode 100644 index 00000000000..0a79cb48468 --- /dev/null +++ b/net/ettercap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD Exp $ + +DISTNAME= ettercap-0.6.4 +CATEGORIES= security net +MASTER_SITES= http://ettercap.sourceforge.net/download/ + +MAINTAINER= nk@bsdirc.net +HOMEPAGE= http://ettercap.sourceforge.net/ +COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN + +GNU_CONFIGURE= yes + +USE_CURSES= yes + +WRKSRC= ${WRKDIR}/${DISTNAME} +CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib + +.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/pth/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |