f12f790fff
See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks.
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
|
|
|
|
PKGNAME= gnuradio-uhd-${VERSION}
|
|
COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
|
|
|
|
# (acutually, redundent for now)
|
|
PKG_OPTIONS.gnuradio=
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
CMAKE_ARGS+= -DENABLE_GR_UHD=True
|
|
CMAKE_ARGS+= -DENABLE_PYTHON=True
|
|
|
|
CMAKE_ARGS+= -DUHD_LIBRARIES=${PREFIX}/lib/libuhd.so
|
|
CMAKE_ARGS+= -DUHD_INCLUDE_DIRS=${PREFIX}/include/uhd/usrp
|
|
|
|
.include "../../ham/uhd/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|