diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-19 17:18:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-19 17:18:51 +0800 |
commit | 6a0b92e02e92f1c946181961978e8fa5d5e816e5 (patch) | |
tree | e5197f37cc359f057a6b7ab3b23450ca39913f86 /audio/Makefile | |
parent | cdc421224d21dd02c98bd993b02fdcecf46db35a (diff) | |
download | freebsd-ports-gnome-6a0b92e02e92f1c946181961978e8fa5d5e816e5.tar.gz freebsd-ports-gnome-6a0b92e02e92f1c946181961978e8fa5d5e816e5.tar.zst freebsd-ports-gnome-6a0b92e02e92f1c946181961978e8fa5d5e816e5.zip |
New port: audio/mt-daapd
mt-daapd scans a directory for music files and makes them
available via the Apple proprietary protocol DAAP. DAAP
clients can browse the directory and retrieve individual
files, either by streaming or by downloading them.
WWW: http://mt-daapd.sourceforge.net/
PR: ports/64077
Submitted by: Meno Abels <meno.abels@adviser.com>
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 2b3208617e06..3cbc6822b41f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -231,6 +231,7 @@ SUBDIR += mppdec SUBDIR += mpt SUBDIR += mq3 + SUBDIR += mt-daapd SUBDIR += muse SUBDIR += musepack SUBDIR += musicbox |