summaryrefslogtreecommitdiff
path: root/ham/gnuradio-audio-jack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-audio-jack/Makefile')
-rw-r--r--ham/gnuradio-audio-jack/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/ham/gnuradio-audio-jack/Makefile b/ham/gnuradio-audio-jack/Makefile
new file mode 100644
index 00000000000..5f86c592359
--- /dev/null
+++ b/ham/gnuradio-audio-jack/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 16:25:32 wulf Exp $
+
+PKGNAME= gnuradio-audio-jack-${VERSION}
+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
+
+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"