Ticket #45186: Portfile.2

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

pure-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 125801 2014-09-26 20:04:08Z ryandesign@macports.org $
3
4PortSystem                      1.0
5PortGroup                       pure 1.0
6
7pure.setup                      lilv 0.4
8categories-append               audio devel
9platforms                       darwin
10maintainers                     ryandesign
11license                         BSD
12
13description                     a Pure interface to David Robillard's Lilv, an LV2 plugin host library
14
15long_description                ${name} provides ${description}. \
16                                It lets you write LV2 audio and MIDI plugin \
17                                hosts in the Pure programming language.
18
19checksums                       rmd160  5de09b800a4febae8bee8b0e701573a8e5ae7a0e \
20                                sha256  af20982fe43e8dce62d50bf7a78e461ab36c308325b123cddbababf0d3beaf9f
21
22depends_build-append            port:pkgconfig
23
24depends_lib-append              port:lv2 port:lilv
25
26patchfiles-append               patch-Makefile.diff