blob: e848b5852f5e105f50aae6aad767b2a58ad68d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.10 2012/10/03 13:01:44 asau Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
PKGREVISION= 6
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"
|