diff options
author | wulf <wulf@pkgsrc.org> | 2005-10-07 23:34:02 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-10-07 23:34:02 +0000 |
commit | 0ed7eda345eef5f86a79055c995390aa240c728a (patch) | |
tree | f5555a18341bc336e364e2a71b4b9bb7555dcdac /ham/Makefile | |
parent | b77959928af2881ee9e0d087de13fb0c53db07ed (diff) | |
download | pkgsrc-0ed7eda345eef5f86a79055c995390aa240c728a.tar.gz |
Added and enabled
gnuradio-audio-oss
gnuradio-core
gnuradio-examples
gnuradio-gsm
gnuradio-howto
gnuradio-usrp
gnuradio-wxgui
usrp
packages that are part of the GNU Radio project, a digital signal
processing development kit.
Diffstat (limited to 'ham/Makefile')
-rw-r--r-- | ham/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ham/Makefile b/ham/Makefile index f0fa038ae28..c8f0b60b1a0 100644 --- a/ham/Makefile +++ b/ham/Makefile @@ -1,12 +1,19 @@ -# $NetBSD: Makefile,v 1.16 2005/08/06 20:33:56 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/07 23:34:02 wulf Exp $ # -COMMENT= Amateur packet radio tools +COMMENT= Wireless communication tools and applications SUBDIR+= 7plus SUBDIR+= cwtext SUBDIR+= dpbox SUBDIR+= gmfsk +SUBDIR+= gnuradio-audio-oss +SUBDIR+= gnuradio-core +SUBDIR+= gnuradio-examples +SUBDIR+= gnuradio-gsm +SUBDIR+= gnuradio-howto +SUBDIR+= gnuradio-usrp +SUBDIR+= gnuradio-wxgui SUBDIR+= grig SUBDIR+= hamlib SUBDIR+= linpsk @@ -14,6 +21,7 @@ SUBDIR+= locator SUBDIR+= tfkiss SUBDIR+= tlf SUBDIR+= tnt +SUBDIR+= usrp SUBDIR+= wwl SUBDIR+= xdx SUBDIR+= xlog |