summaryrefslogtreecommitdiff
path: root/ham/gnuradio-video-sdl/Makefile
blob: 6fdc1db10fa98239b734d59c45371ef739519e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.11 2013/02/15 11:54:06 obache Exp $

PKGNAME=	gnuradio-video-sdl-${VERSION}
PKGREVISION=	7
COMMENT=	SDL bindings for GNU Radio

.include "../../meta-pkgs/gnuradio/Makefile.common"

CONFIGURE_ARGS+=--enable-gr-video-sdl
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel

PYTHON_PATCH_SCRIPTS+=	gr-video-sdl/src/qa_video_sdl.py

.include "../../devel/SDL/buildlink3.mk"
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"