summaryrefslogtreecommitdiff
path: root/ham/gnuradio-qtgui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-qtgui/Makefile')
-rw-r--r--ham/gnuradio-qtgui/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile
new file mode 100644
index 00000000000..3722dc9e7a1
--- /dev/null
+++ b/ham/gnuradio-qtgui/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 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"
+
+CONF_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"