1 | # -*- 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 |
---|
2 | # $Id: Portfile 125490 2014-09-18 20:46:07Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup waf 1.0 |
---|
6 | |
---|
7 | name lilv |
---|
8 | version 0.20.0 |
---|
9 | revision 0 |
---|
10 | license MIT |
---|
11 | categories audio |
---|
12 | maintainers ryandesign |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description LV2 host reference implementation |
---|
16 | long_description ${name} is an ${description}. \ |
---|
17 | It provides a C library to make the use of LV2 \ |
---|
18 | plugins as simple as possible for applications. |
---|
19 | |
---|
20 | homepage http://drobilla.net/software/lilv/ |
---|
21 | master_sites http://download.drobilla.net/ |
---|
22 | |
---|
23 | use_bzip2 yes |
---|
24 | |
---|
25 | checksums rmd160 7830520d983fa8effa7c3e18fda545bc55253642 \ |
---|
26 | sha256 428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a |
---|
27 | |
---|
28 | configure.args-append --dyn-manifest |
---|
29 | |
---|
30 | depends_build port:pkgconfig |
---|
31 | |
---|
32 | depends_lib port:lv2 port:serd port:sord port:sratom |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url ${master_sites} |
---|
36 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|