pkgsrc/ham/gnuradio-video-sdl/Makefile
tnn 39afd20844 gnuradio: update to 3.10.0.0
- 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
2022-01-16 18:06:25 +00:00

18 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.50 2022/01/16 18:06:27 tnn Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_VIDEO_SDL=ON
CMAKE_ARGS+= -DSDL_INCLUDE_DIR=${PREFIX}/include/SDL
CMAKE_ARGS+= -DENABLE_GRC=ON
PLIST_MINUS+= companion
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"