diff options
author | sat <sat@FreeBSD.org> | 2006-10-08 07:19:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-08 07:19:25 +0800 |
commit | 9c5e7071744fe62f7274d006dc24a0ea9985920b (patch) | |
tree | 25cd75d4c0189700ade5e82bf88fed69d890a05c /audio/Makefile | |
parent | 6a1cd1b0b2499fb50fe86c1a480e5c6ea15d0b6b (diff) | |
download | freebsd-ports-gnome-9c5e7071744fe62f7274d006dc24a0ea9985920b.tar.gz freebsd-ports-gnome-9c5e7071744fe62f7274d006dc24a0ea9985920b.tar.zst freebsd-ports-gnome-9c5e7071744fe62f7274d006dc24a0ea9985920b.zip |
Add port audio/liblrdf:
This is a library to make it easy to manipulate RDF files describing LADSPA
plugins.
It can also be used for general RDF manipulation.
It can read RDF/XLM and N3 files and export N3 files, it also has a light
taxonomic inference capablility.
WWW: http://sourceforge.net/projects/lrdf/
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 69ac4632f89a..9882c196abd7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -304,6 +304,7 @@ SUBDIR += libgpod SUBDIR += libid3tag SUBDIR += libjackasyn + SUBDIR += liblrdf SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug |