# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 59149 2009-10-10 11:35:03Z ryandesign@macports.org $

PortSystem 1.0

name            liblrdf
version         0.4.0
categories      textproc
platforms       darwin
maintainers     nomaintainer
description     A lightweight RDF library with special support for LADSPA plugins.
long_description librdf 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. Tt also has a \
                light taxonomic inference capablility..
homepage        http://sourceforge.net/projects/lrdf/
master_sites    sourceforge:lrdf
checksums       md5     327a5674f671c4b360c6353800226877 \
                sha1    17ce55f692bc52ed12605091b99106255f964b5f \
                rmd160  2cb371c99552ac3045b72e20786494575ded37d8
depends_lib     port:raptor

use_autoreconf  yes

configure.cppflags-append -I./src -I../src

livecheck.regex <title>${name} (.*) released.*</title>
