pkgsrc/ham/gnuradio-usrp/Makefile
wiz a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00

18 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.22 2014/01/25 10:45:19 wiz Exp $
PKGNAME= gnuradio-usrp-${VERSION}
PKGREVISION= 8
COMMENT= USRP bindings for GNU Radio
REPLACE_PYTHON+= gr-usrp/src/flexrf_debug_gui.py
REPLACE_PYTHON+= gr-usrp/src/qa_usrp.py
REPLACE_PYTHON+= gr-usrp/src/tx_debug_gui.py
.include "../../meta-pkgs/gnuradio/Makefile.common"
CONFIGURE_ARGS+=--enable-gr-usrp
CONFIGURE_ARGS+=--with-usrp --with-gnuradio-core --with-omnithread --with-gruel
.include "../../ham/usrp/buildlink3.mk"
.include "../../math/fftwf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"