summaryrefslogtreecommitdiff
path: root/net/ettercap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r--net/ettercap/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile
index 3b7a3590d86..343b80457e2 100644
--- a/net/ettercap/Makefile
+++ b/net/ettercap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2002/04/10 01:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/05 00:29:02 hubertf Exp $
-DISTNAME= ettercap-0.6.4
+DISTNAME= ettercap-0.6.6.6
CATEGORIES= security net
MASTER_SITES= http://ettercap.sourceforge.net/download/
@@ -9,6 +9,8 @@ HOMEPAGE= http://ettercap.sourceforge.net/
COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-plugins \
+ --enable-https
# missing newpad()
USE_NCURSES= yes
@@ -16,6 +18,9 @@ USE_PTHREAD= native pth
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
+post-install:
+ cd ${WRKSRC}/plugins ; ${MAKE_ENV} ${MAKE} install
+
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/bsd.pkg.mk"