diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 01:06:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 01:06:58 +0000 |
commit | 527d605d15dc8d8972e67ffa05a18cc689d7b573 (patch) | |
tree | 1bbe1a536810f451fce17aea750db8fcfd8fe1de /audio/Makefile | |
parent | Update to release 030201. (diff) |
new port: audio/streamtuner
streamtuner is a stream directory browser. It will connect
to a source (probably a web server) and retrieve the list
of available audio streams.
PR: ports/43665
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=74606
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 343e9ac5c767..ac4a7eea032c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -253,6 +253,7 @@ SUBDIR += splay SUBDIR += splaytk SUBDIR += streamripper + SUBDIR += streamtuner SUBDIR += sweep SUBDIR += swhplugins SUBDIR += tclmidi |