# -*- 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 # $Id$ PortSystem 1.0 PortGroup pure 1.0 pure.setup lilv 0.4 categories-append audio devel platforms darwin maintainers ryandesign gmail.com:aggraef license BSD description a Pure interface to David Robillard’s Lilv, \ an LV2 plugin host library long_description ${name} provides ${description}. \ It lets you write LV2 audio and MIDI plugin \ hosts in the Pure programming language. checksums rmd160 5de09b800a4febae8bee8b0e701573a8e5ae7a0e \ sha256 af20982fe43e8dce62d50bf7a78e461ab36c308325b123cddbababf0d3beaf9f depends_build-append port:pkgconfig depends_lib-append port:lilv \ port:lv2 patchfiles-append patch-Makefile.diff