13 lines
279 B
Makefile
13 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.94 2021/09/29 19:01:05 adam Exp $
|
|
|
|
PKGREVISION= 2
|
|
.include "Makefile.common"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Suite for man in the middle attacks
|
|
|
|
CONFLICTS+= ettercap-gtk-[0-9]*
|
|
|
|
CMAKE_ARGS+= -DENABLE_GTK=OFF
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|