diff options
author | krion <krion@FreeBSD.org> | 2004-03-12 22:22:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-12 22:22:28 +0800 |
commit | 8704fdd7117eff0cf4950a0b078a4e1245aca6ab (patch) | |
tree | b8d6f8556a5940e52033e7c482383c101dea33f3 /devel/Makefile | |
parent | 29c154e73f700ded26814bcf4dcdc252efbba972 (diff) | |
download | freebsd-ports-gnome-8704fdd7117eff0cf4950a0b078a4e1245aca6ab.tar.gz freebsd-ports-gnome-8704fdd7117eff0cf4950a0b078a4e1245aca6ab.tar.zst freebsd-ports-gnome-8704fdd7117eff0cf4950a0b078a4e1245aca6ab.zip |
Add libopendaap 0.1.2,
libopendaap is a library written in C which enables
applications to discover, and connect to, iTunes(R) music
shares.
Unlike all other daap implementations, this library is able to
connect to recent iTunes shares which require a special
authentication algorithm.
PR: ports/64035
Submitted by: Michael Johnson <ahze@ahze.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ea18de44f275..4c232626b4e9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -397,6 +397,7 @@ SUBDIR += libol SUBDIR += libole2 SUBDIR += liboop + SUBDIR += libopendaap SUBDIR += libowfat SUBDIR += libpci SUBDIR += libpdel |