pkgsrc/net/ettercap-gtk/Makefile
nia e146ac6f4a ettercap: Update to 0.8.3.1.
Builds again. Added a spearate package for the GTK ui.

Removed ettercap-NG, it's now obsoleted by the main ettercap package.
2021-03-06 11:20:55 +00:00

17 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/03/06 11:20:56 nia Exp $
.include "../../net/ettercap/Makefile.common"
PKGNAME= ${DISTNAME:S/ettercap-/ettercap-gtk-/1}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Suite for man in the middle attacks (with GTK GUI)
CONFLICTS+= ettercap-[0-9]*
CMAKE_ARGS+= -DGTK_BUILD_TYPE=GTK3
CMAKE_ARGS+= -DENABLE_GTK=ON
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"