c1b44346cd
until proven otherwise.
28 lines
950 B
Makefile
28 lines
950 B
Makefile
# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:08 wiz Exp $
|
|
|
|
PKGNAME= gnuradio-wxgui-${VERSION}
|
|
PKGREVISION= 28
|
|
COMMENT= GUI framework for GNU Radio based on wxPython
|
|
|
|
REPLACE_PYTHON+= gr-wxgui/src/python/form.py
|
|
REPLACE_PYTHON+= gr-wxgui/src/python/powermate.py
|
|
REPLACE_PYTHON+= gr-wxgui/src/python/slider.py
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets
|
|
|
|
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'
|
|
|
|
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
|
|
|
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"
|