summaryrefslogtreecommitdiff
path: root/ham/gnuradio-video-sdl/Makefile
blob: 631f296ecb41cec067e61d6a53ab445f93d29285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.40 2021/04/21 11:42:02 adam Exp $

PKGNAME=	gnuradio-video-sdl-${VERSION}
PKGREVISION=	1
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"