# -*- 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

PortSystem              1.0
PortGroup               waf 1.0

name                    sratom
version                 0.6.10
license                 MIT
categories              audio
maintainers             {gmail.com:aggraef @agraef} openmaintainer

description             library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
long_description        ${name} is a ${description}.

homepage                https://drobilla.net/software/sratom.html
master_sites            https://download.drobilla.net/

use_bzip2               yes

checksums               rmd160  5c49b9a4519605bbc2093507ce3d91ed208ce5d2 \
                        sha256  e5951c0d7f0618672628295536a271d61c55ef0dab33ba9fc5767ed4db0a634d \
                        size    327047

configure.post_args-delete --nocache

depends_build-append    port:pkgconfig

depends_lib             port:lv2 \
                        port:serd \
                        port:sord

livecheck.type          regex
livecheck.url           ${master_sites}
livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
