summaryrefslogtreecommitdiff
path: root/ham/gnuradio-wxgui/Makefile
diff options
context:
space:
mode:
authormef <mef>2014-10-13 12:51:08 +0000
committermef <mef>2014-10-13 12:51:08 +0000
commit775c0d55aa4b6de548bda6217dcfeb4e688b4121 (patch)
treeaffc2f0384e9136f1aaf9a8afa0f906bb2d7965b /ham/gnuradio-wxgui/Makefile
parent26a46c472d0fa3dec0e69277a9dbe0dea2202e74 (diff)
downloadpkgsrc-775c0d55aa4b6de548bda6217dcfeb4e688b4121.tar.gz
Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks.
Diffstat (limited to 'ham/gnuradio-wxgui/Makefile')
-rw-r--r--ham/gnuradio-wxgui/Makefile32
1 files changed, 11 insertions, 21 deletions
diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile
index 2e16b068428..fe6325b276d 100644
--- a/ham/gnuradio-wxgui/Makefile
+++ b/ham/gnuradio-wxgui/Makefile
@@ -1,28 +1,18 @@
-# $NetBSD: Makefile,v 1.52 2014/08/13 10:57:32 adam Exp $
+# $NetBSD: Makefile,v 1.53 2014/10/13 12:51:10 mef Exp $
PKGNAME= gnuradio-wxgui-${VERSION}
-PKGREVISION= 29
-COMMENT= GUI framework for GNU Radio based on wxPython
+COMMENT= WxGTK Toolkit module of GNU Radio
-REPLACE_PYTHON+= gr-wxgui/src/python/form.py
-REPLACE_PYTHON+= gr-wxgui/src/python/powermate.py
-REPLACE_PYTHON+= gr-wxgui/src/python/slider.py
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets
+CONF_FILES+= ${EGDIR}/gr-wxgui.conf ${PKG_SYSCONFDIR}/gr-wxgui.conf
-SUBST_CLASSES+= py-exec
-SUBST_STAGE.py-exec= pre-configure
-SUBST_MESSAGE.py-exec= Fixing python exec name
-SUBST_FILES.py-exec= configure
-SUBST_SED.py-exec= -e 's,python -c,${PYTHONBIN} -c,g'
+CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_GR_WXGUI=True
+CMAKE_ARGS+= -DENABLE_PYTHON=True
-.include "../../meta-pkgs/gnuradio/Makefile.common"
+.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../x11/py-wxWidgets/buildlink3.mk"
-CONF_FILES+= ${EGDIR}/gr-wxgui.conf ${PKG_SYSCONFDIR}/gr-wxgui.conf
-CONFIGURE_ARGS+=--enable-gr-wxgui
-CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
-
-.include "../../ham/gnuradio-core/buildlink3.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../x11/py-wxWidgets/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"