39afd20844
- gr-pdu: Protocol Data Units library - gr-iio: Linux industrial I/O library (but not packaged in pkgsrc) - Custom Buffers Support - switch from Log4CPP to spdlog
11 lines
372 B
Makefile
11 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.35 2022/01/16 18:06:25 tnn Exp $
|
|
|
|
PKGNAME= gnuradio-ctrlport-${VERSION}
|
|
COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_CTRLPORT=ON
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|