19 lines
549 B
Makefile
19 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.84 2020/08/17 20:19:13 leot Exp $
|
|
|
|
PKGNAME= gnuradio-wxgui-${VERSION}
|
|
PKGREVISION= 8
|
|
COMMENT= WxGTK Toolkit module of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CONF_FILES+= ${EGDIR}/gr-wxgui.conf ${PKG_SYSCONFDIR}/gr-wxgui.conf
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
CMAKE_ARGS+= -DENABLE_GR_WXGUI=True
|
|
CMAKE_ARGS+= -DENABLE_PYTHON=True
|
|
|
|
.include "../../x11/wxGTK28/buildlink3.mk"
|
|
.include "../../x11/py-wxWidgets/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|