summaryrefslogtreecommitdiff
path: root/ham/gnuradio-channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-channels/Makefile')
-rw-r--r--ham/gnuradio-channels/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/gnuradio-channels/Makefile b/ham/gnuradio-channels/Makefile
new file mode 100644
index 00000000000..4125739b58c
--- /dev/null
+++ b/ham/gnuradio-channels/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:08 mef Exp $
+
+PKGNAME= gnuradio-channels-${VERSION}
+COMMENT= Signal processing blocks to simulate channel models of gnuradio
+
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
+CMAKE_ARGS+= -DENABLE_GR_CHANNELS=ON
+
+.include "../../mk/bsd.pkg.mk"