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 125801 2014-09-26 20:04:08Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup lv2 0.2 |
---|
8 | categories-append audio devel |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign |
---|
11 | license BSD |
---|
12 | |
---|
13 | description a generic LV2 plugin wrapper for Pure |
---|
14 | |
---|
15 | long_description ${name} provides ${description}. \ |
---|
16 | It lets you write LV2 audio and MIDI plugins \ |
---|
17 | in the Pure programming language. |
---|
18 | |
---|
19 | checksums rmd160 98a005a9e6d7f43b31739a656b67b0845ecd1d18 \ |
---|
20 | sha256 721cacd831781d8309e7ecabb0ee7c01da17e75c5642a5627cf158bfb36093e1 |
---|
21 | |
---|
22 | depends_build-append port:pkgconfig |
---|
23 | |
---|
24 | depends_lib-append port:lv2 |
---|
25 | |
---|
26 | patchfiles-append patch-Makefile.diff |
---|