pkgsrc/net/ettercap/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

32 lines
824 B
Makefile

# $NetBSD: Makefile,v 1.42 2008/01/18 05:08:41 tnn Exp $
DISTNAME= ettercap-0.6.b
PKGREVISION= 4
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ettercap.sourceforge.net/
COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN
CONFLICTS+= ettercap-NG-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-plugins
CONFIGURE_ARGS+= --enable-https
.include "options.mk"
USE_NCURSES= # putwin()
USE_OLD_DES_API= yes
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
BUILD_DIRS= . plugins
INSTALL_DIRS= . plugins
.include "../../devel/ncurses/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"