summaryrefslogtreecommitdiff
path: root/ham/gnuradio-qtgui/Makefile
blob: 38b84f6b7feabb9cf199ff5ef2e9de9b7727cab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.27 2020/03/08 16:50:11 wiz Exp $

PKGNAME=	gnuradio-qtgui-${VERSION}
PKGREVISION=	5
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"