# -*- 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 lilv version 0.24.12 license MIT categories audio maintainers {gmail.com:aggraef @agraef} openmaintainer platforms darwin description LV2 host reference implementation long_description ${name} is an ${description}. \ It provides a C library to make the use of LV2 \ plugins as simple as possible for applications. homepage https://drobilla.net/software/lilv.html master_sites http://download.drobilla.net/ use_bzip2 yes checksums rmd160 5fdb63287e97a9dd2b1f64d068ac0a26086a54b5 \ sha256 26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061 configure.args-append --dyn-manifest configure.post_args-delete --nocache depends_build-append port:pkgconfig depends_lib port:lv2 port:serd port:sord port:sratom livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"