# -*- 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: Portfile 93738 2012-05-29 07:50:14Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      audio 0.5
categories                      audio
platforms                       darwin
maintainers                     ryandesign
license                         BSD

description                     a digital audio interface for the Pure \
                                programming language

long_description                ${name} provides ${description}. This includes \
                                modules for PortAudio, FFTW, libsndfile, \
                                libsamplerate and a utility for real-time \
                                scheduling.

checksums                       rmd160  8a0c8d2a07723c46c42f054d3b73c7ca2f4628e0 \
                                sha256  8f2ee9de7a0c97d4c21d88ee0ade955ac5f2873e071d820e57dbc2278f5c9d49

depends_lib-append              port:libsamplerate \
                                port:portaudio

build.args-append               includedir=${prefix}/include
