mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
18 lines
593 B
Makefile
18 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"
|