diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-24 04:24:42 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-24 04:24:42 +0800 |
commit | 1abc33db68d4eaa69f6a1acd980d06a22c7dbc8b (patch) | |
tree | 7ee895dfada054b33bd849db7d574a5913b34eaa /audio/Makefile | |
parent | 4d0b801b27ae8730557ddb5cc8a1ce236e33851e (diff) | |
download | freebsd-ports-gnome-1abc33db68d4eaa69f6a1acd980d06a22c7dbc8b.tar.gz freebsd-ports-gnome-1abc33db68d4eaa69f6a1acd980d06a22c7dbc8b.tar.zst freebsd-ports-gnome-1abc33db68d4eaa69f6a1acd980d06a22c7dbc8b.zip |
Add daapd 0.2.1c, server for Digital Audio Access Protocol.
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.
PR: 58352
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: krion (implicit)
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 9d3518c11fd3..473c241402f3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,6 +50,7 @@ SUBDIR += csound-manual SUBDIR += cue2toc SUBDIR += cymbaline + SUBDIR += daapd SUBDIR += daaplib SUBDIR += dagrab SUBDIR += dap |