summaryrefslogtreecommitdiff
path: root/ham/gnuradio-audio-oss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-audio-oss/Makefile')
-rw-r--r--ham/gnuradio-audio-oss/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ham/gnuradio-audio-oss/Makefile b/ham/gnuradio-audio-oss/Makefile
new file mode 100644
index 00000000000..6bee5caf0d8
--- /dev/null
+++ b/ham/gnuradio-audio-oss/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $
+
+VERSION= 0.6
+DISTNAME= gr-audio-oss-${VERSION}
+PKGNAME= gnuradio-audio-oss-${VERSION}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+COMMENT= Open Sound System support for GNU Radio
+
+.include "../../meta-pkgs/gnuradio/Makefile.common"
+
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../math/fftwf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"