Ticket #16049: Portfile

File Portfile, 1.2 KB (added by dbevans (David B. Evans), 16 years ago)

Initial 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$
3
4PortSystem 1.0
5
6name            slv2
7version         0.6.0
8maintainers     gmail.com:dbevans
9categories      audio
10platforms       darwin
11homepage        http://wiki.drobilla.net/SLV2
12
13description     SLV2 is a library to make the use of LV2 plugins as simple as possible for applications.
14
15long_description \
16                ${description}
17
18master_sites    http://download.drobilla.net/
19
20checksums       md5    1a407a6573d37e8959e1f103e768007a \
21                sha1   cb5ec973158d83dd077e8315efbadee78276186a \
22                rmd160 a06d7b616926f0968612ce6dec187db4c3f22410
23
24depends_build   port:pkgconfig
25
26depends_lib     port:rasqal \
27                port:raptor \
28                port:redland \
29                port:jack \
30                port:lv2core
31
32patchfiles      patch-hosts-lv2_event_helpers.h.diff
33
34configure.args  \
35        --disable-documentation
36
37variant docs description {Enable building of API documentation} {
38        configure.args-delete --disable-documentation
39        depends_build-append port:doxygen
40}
41
42livecheck.check regex
43livecheck.url   ${homepage}
44livecheck.regex The latest version of SLV2 is (\[0-9.\]+)