Ticket #45185: Portfile.2

File Portfile.2, 1.3 KB (added by agraef (Albert Graef), 10 years ago)

lilv Portfile

Line 
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
4PortSystem              1.0
5PortGroup               waf 1.0
6
7name                    lilv
8version                 0.20.0
9revision                0
10license                 MIT
11categories              audio
12maintainers             ryandesign
13platforms               darwin
14
15description             LV2 host reference implementation
16long_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
20homepage                http://drobilla.net/software/lilv/
21master_sites            http://download.drobilla.net/
22
23use_bzip2               yes
24
25checksums               rmd160  7830520d983fa8effa7c3e18fda545bc55253642 \
26                        sha256  428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a
27
28configure.args-append   --dyn-manifest
29
30depends_build           port:pkgconfig
31
32depends_lib             port:lv2 port:serd port:sord port:sratom
33
34livecheck.type          regex
35livecheck.url           ${master_sites}
36livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"