# -*- 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 113161 2013-11-11 06:40:09Z jeremyhu@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        swh LRDF 0.5.0
revision            1
name                liblrdf
categories          textproc
maintainers         pixilla openmaintainer
platforms           darwin
license             GPL-2

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. It also has a light taxonomic inference capability.

checksums           rmd160  cfaeb99114071c1478c69b35fa9acb5d85e8fd69 \
                    sha256  013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c

depends_build       port:pkgconfig
depends_lib         port:raptor2

use_autoreconf      yes
autoreconf.args     -fvi

patchfiles automake.patch

post-extract {
    # Broken symlinks
    eval delete [glob ${worksrcpath}/m4/*]
}

compiler.blacklist-append  llvm-gcc-4.2 macports-llvm-gcc-4.2
