diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-03-31 10:53:24 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-03-31 10:53:24 +0800 |
commit | 0758cc3f7c4147155693e079b42d080e39466301 (patch) | |
tree | 6f7e758b6cfb9eee836e2bd670300e5a0e150ec5 /audio/Makefile | |
parent | a0cbac9a222b4b205e5ca44a97cb473e42dee2ea (diff) | |
download | freebsd-ports-gnome-0758cc3f7c4147155693e079b42d080e39466301.tar.gz freebsd-ports-gnome-0758cc3f7c4147155693e079b42d080e39466301.tar.zst freebsd-ports-gnome-0758cc3f7c4147155693e079b42d080e39466301.zip |
Add dtmfdial.
dtmfdial generates DTMF (touch tone) signals and sends them to the sound card
or stores them as a raw sound file.
PR: ports/94988
Submitted by: David Bushong <david@bushong.net>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 8e044806d3b1..a18889029fa5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -93,6 +93,7 @@ SUBDIR += denemo SUBDIR += discid SUBDIR += drumpiler + SUBDIR += dtmfdial SUBDIR += easytag SUBDIR += easytag-devel SUBDIR += eawpats |