447a433a199d3ccedb6ab1eef631df254871c821
[pkgsrc.git] / ham / gnuradio-usrp / Makefile
1 # $NetBSD: Makefile,v 1.10 2009/12/15 21:50:13 joerg Exp $
2
3 PKGNAME=        gnuradio-usrp-${VERSION}
4 PKGREVISION=    1
5 COMMENT=        USRP bindings for GNU Radio
6
7 PKG_DESTDIR_SUPPORT=    user-destdir
8
9 PYTHON_PATCH_SCRIPTS+=  gr-usrp/src/flexrf_debug_gui.py
10 PYTHON_PATCH_SCRIPTS+=  gr-usrp/src/qa_usrp.py
11 PYTHON_PATCH_SCRIPTS+=  gr-usrp/src/tx_debug_gui.py
12
13 .include "../../meta-pkgs/gnuradio/Makefile.common"
14
15 CONFIGURE_ARGS+=--enable-gr-usrp
16 CONFIGURE_ARGS+=--with-usrp --with-gnuradio-core --with-omnithread --with-gruel
17
18 .include "../../ham/usrp/buildlink3.mk"
19 .include "../../math/fftwf/buildlink3.mk"
20 .include "../../mk/bsd.pkg.mk"