diff options
author | db <db@FreeBSD.org> | 2007-09-19 22:18:26 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-09-19 22:18:26 +0800 |
commit | bd824d7557ac0a09de488af3480d7cfceb92a56f (patch) | |
tree | 4989dc3ea8194f5faa150e328b1b5b186f6e0213 /comms/Makefile | |
parent | de1303d7c87b1657e324386e6a2921f14f3d8868 (diff) | |
download | freebsd-ports-gnome-bd824d7557ac0a09de488af3480d7cfceb92a56f.tar.gz freebsd-ports-gnome-bd824d7557ac0a09de488af3480d7cfceb92a56f.tar.zst freebsd-ports-gnome-bd824d7557ac0a09de488af3480d7cfceb92a56f.zip |
GNU Radio is a collection of software that when combined with
minimal hardware, allows the construction of radios where the
actual waveforms transmitted and received are defined by software.
What this means is that it turns the digital modulation schemes
used in today's high performance wireless devices into software problems.
WWW: http://www.gnu.org/software/gnuradio/
- Diane (VA3DB)
db@db.net
PR: ports/107602
Submitted by: db
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index eb75a84e8ed2..2245c0608221 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -32,6 +32,7 @@ SUBDIR += gkermit SUBDIR += gmfsk SUBDIR += gnokii + SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gpsk31 SUBDIR += grig |