pkgsrc/ham/gnuradio-audio-jack/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

17 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/01/25 10:45:18 wiz Exp $
PKGNAME= gnuradio-audio-jack-${VERSION}
PKGREVISION= 10
COMMENT= GNU Radio module for jack low latency audio server
.include "../../meta-pkgs/gnuradio/Makefile.common"
CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
CONFIGURE_ARGS+=--enable-gr-audio-jack
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
REPLACE_PYTHON+= gr-audio-jack/src/python/qa_jack.py
.include "../../audio/jack/buildlink3.mk"
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"