8b5589a2ea
py-* not affected, since it built different versions depending on the setting already.
19 lines
632 B
Makefile
19 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/03/09 12:34:12 wiz Exp $
|
|
|
|
PKGNAME= gnuradio-audio-jack-${VERSION}
|
|
PKGREVISION= 4
|
|
COMMENT= GNU Radio module for jack low latency audio server
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.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
|
|
|
|
PYTHON_PATCH_SCRIPTS+= gr-audio-jack/src/python/qa_jack.py
|
|
|
|
.include "../../audio/jack/buildlink3.mk"
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|