pkgsrc/net/ettercap/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

33 lines
872 B
Makefile

# $NetBSD: Makefile,v 1.40 2006/03/04 21:30:18 jlam Exp $
DISTNAME= ettercap-0.6.b
PKGREVISION= 3
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/} \
http://ettercap.sourceforge.net/download/
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"