Ticket #45186: Portfile

File Portfile, 1.1 KB (added by agraef (Albert Graef), 10 years ago)

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