Ticket #16048: Portfile

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

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            lv2core
7version         2.0
8maintainers     gmail.com:dbevans
9categories      audio
10platforms       darwin
11homepage        http://lv2plug.in/spec/
12
13description     LV2 Audio Plugin Standard and Package
14
15long_description \
16                LV2 is a standard for plugins and matching host applications, \
17                mainly targeted at audio processing and generation. It is a \
18                a simple but extensible successor of LADSPA, intended to address \
19                the limitations of LADSPA which many applications have outgrown.
20
21master_sites    ${homepage}
22
23checksums       md5     274e3b3a114ada6a80e537c0e8a05fe8 \
24                sha1    331ef2dd4d6f68df5498e2db10437c1a18664cf0 \
25                rmd160  48e5890b167e462c5eb95fb06c906c6ee8275a40
26
27depends_build   port:gawk
28
29livecheck.check regex
30livecheck.url   ${homepage}
31livecheck.regex <a href="http://lv2plug.in/spec/${name}-(\[0-9.\]+).tar.gz">LV2 Core Package
32