pkgsrc/ham/gnuradio-video-sdl/Makefile
wiz a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00

16 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.14 2014/01/25 10:45:19 wiz Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
PKGREVISION= 9
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
REPLACE_PYTHON+= gr-video-sdl/src/qa_video_sdl.py
.include "../../devel/SDL/buildlink3.mk"
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"