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
19 lines
525 B
Makefile
19 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.37 2022/01/16 18:06:26 tnn Exp $
|
|
|
|
PKGNAME= gnuradio-dtv-${VERSION}
|
|
COMMENT= Various digital television standards of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_DTV=ON
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
PLIST_MINUS+= fec companion
|
|
|
|
.include "../../ham/gnuradio-fec/buildlink3.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|