pkgsrc/ham/gnuradio-qtgui/Makefile
gdt e7027a1e96 ham/gnuradio-qt: Explain status relative to upstream and qt
The quick summary is that the current package is from April, and
upstream had a new release in August.  That new release switches from
qt4 to qt5.  Updating GNU Radio in pkgsrc is complex, but tends to
happen fairly soon after the upstream release.  As part of that
update, this package is expected to switch to qt5.
2019-10-29 16:01:44 +00:00

24 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/10/29 16:01:44 gdt Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
PKGREVISION= 2
COMMENT= Qt GUI module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
#CONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_QTGUI=ON
# This package is currently 3.7.13.5, released 2019-04-20. It
# supports qt4 (and not qt5).
# 3.8.0.0 was released on 2019-08-09, and will likely be packaged
# soon. It supports qt5 (and not qt4).
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qwt-qt4/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"