4db1b77f0c
many new features and bugfixes.
17 lines
508 B
Makefile
17 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/12 12:21:41 markd Exp $
|
|
|
|
PKGNAME= gnuradio-video-sdl-${VERSION}
|
|
COMMENT= SDL bindings for GNU Radio
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.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"
|