13 lines
279 B
Makefile
13 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.93 2021/04/21 13:25:07 adam Exp $
|
|
|
|
PKGREVISION= 1
|
|
.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"
|