summaryrefslogtreecommitdiff
path: root/ham/gnuradio-video-sdl/Makefile
blob: 4f9bed8f2a42b2d983a6a196d16eb45888389fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.17 2015/04/17 15:53:08 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=False
CMAKE_ARGS+=	-DENABLE_GR_VIDEO_SDL=True
CMAKE_ARGS+=	-DSDL_INCLUDE_DIR=${PREFIX}/include/SDL

.include	"../../devel/SDL/buildlink3.mk"

.include	"../../mk/bsd.pkg.mk"