diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-07 18:43:59 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-07 18:43:59 +0000 |
commit | e43afe128128a8b7ce5ef889e9f4946cc24ec58e (patch) | |
tree | 187f4bf03bb617ca12a6f2c9bd7cf178aeb75332 /comms/Makefile | |
parent | 561b075c377d9a0967ddd81ce8f3ea875681caa6 (diff) | |
download | ports-e43afe128128a8b7ce5ef889e9f4946cc24ec58e.tar.gz ports-e43afe128128a8b7ce5ef889e9f4946cc24ec58e.zip |
QRLOG is an advanced ham radio logger based on MySQL database. It provides
radio control based on hamlib libraries, DX cluster connection, band map,
QRZ.com/HamQTH.com callbook (XML access), IOTA support, a grayliner,
propagation indicator, xplanet support (maps in azimuthal projection centered
in your QTH), OK1RR free QSL manager database etc.
Reviewed by: db, skreuzer
Approved by: db, skreuzer (mentors)
Differential Revision: https://phabric.freebsd.org/D313
Notes
Notes:
svn path=/head/; revision=361115
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 5c8b432c06e4..d033fe8f0f4b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -25,6 +25,7 @@ SUBDIR += congruity SUBDIR += conserver SUBDIR += conserver-com + SUBDIR += cqrlog SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio |