pkgsrc/net/ettercap/Makefile
jperkin d0e804caf5 Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +00:00

36 lines
895 B
Makefile

# $NetBSD: Makefile,v 1.73 2015/09/08 11:57:50 jperkin Exp $
DISTNAME= ettercap-0.6.b
PKGREVISION= 29
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
LICENSE= gnu-gpl-v2
CONFLICTS+= ettercap-NG-[0-9]*
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-plugins
CONFIGURE_ARGS+= --enable-https
.include "options.mk"
# needs putwin()
INCOMPAT_CURSES= NetBSD-[0-4].*
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"