369e555014
---------------------------------- ChangeLog is available at http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/07/12 11:36:47 mef Exp $
|
|
|
|
PKGNAME= gnuradio-qtgui-${VERSION}
|
|
COMMENT= Qt GUI module of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
#ONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_QTGUI=ON
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qwt-qt4/buildlink3.mk"
|
|
.include "../../x11/py-qt4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|