diff options
author | wulf <wulf> | 2005-10-07 23:34:02 +0000 |
---|---|---|
committer | wulf <wulf> | 2005-10-07 23:34:02 +0000 |
commit | 0599b336545e951065ffa2beca27613169e8e0fc (patch) | |
tree | f5555a18341bc336e364e2a71b4b9bb7555dcdac /ham | |
parent | a3953ac190a04bd9526762857e899a1dd88b2c50 (diff) | |
download | pkgsrc-0599b336545e951065ffa2beca27613169e8e0fc.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')
-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 |