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
17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/01/16 18:06:26 tnn Exp $
|
|
|
|
PKGNAME= gnuradio-pdu-${VERSION}
|
|
COMMENT= Protocol Data Units for GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
# link to libgnuradio-fft.so.${PKGVERSON_NOREV}
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_PDU=ON
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
PLIST_MINUS+= companion
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|