2022-01-16 19:06:25 +01:00
|
|
|
# $NetBSD: Makefile,v 1.50 2022/01/16 18:06:27 tnn Exp $
|
2006-11-13 18:36:32 +01:00
|
|
|
|
|
|
|
PKGNAME= gnuradio-video-sdl-${VERSION}
|
2014-10-13 14:51:08 +02:00
|
|
|
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
|
2006-11-13 18:36:32 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
2006-11-13 18:36:32 +01:00
|
|
|
|
2020-08-30 23:11:08 +02:00
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_VIDEO_SDL=ON
|
2014-10-13 14:51:08 +02:00
|
|
|
CMAKE_ARGS+= -DSDL_INCLUDE_DIR=${PREFIX}/include/SDL
|
2020-08-30 23:11:08 +02:00
|
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
|
|
|
|
PLIST_MINUS+= companion
|
2006-11-13 18:36:32 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
2006-11-13 18:36:32 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|