blob: 99c242feeb387ed8c154544a01e4fd66caa4163c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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"
|