20 lines
614 B
Makefile
20 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/07/02 13:37:39 adam Exp $
|
|
|
|
PKGNAME= gnuradio-usrp-${VERSION}
|
|
PKGREVISION= 5
|
|
COMMENT= USRP bindings for GNU Radio
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYTHON_PATCH_SCRIPTS+= gr-usrp/src/flexrf_debug_gui.py
|
|
PYTHON_PATCH_SCRIPTS+= gr-usrp/src/qa_usrp.py
|
|
PYTHON_PATCH_SCRIPTS+= 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"
|