# -*- 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$ PortSystem 1.0 PortGroup waf 1.0 name lilv version 0.20.0 license MIT categories audio maintainers gmail.com:aggraef 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 http://drobilla.net/software/lilv/ master_sites http://download.drobilla.net/ use_bzip2 yes checksums rmd160 7830520d983fa8effa7c3e18fda545bc55253642 \ sha256 428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a configure.args-append --dyn-manifest 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}"