Added: trunk/dports/audio/pure-audio/Portfile (0 => 74769)
--- trunk/dports/audio/pure-audio/Portfile (rev 0)
+++ trunk/dports/audio/pure-audio/Portfile 2011-01-02 04:54:21 UTC (rev 74769)
@@ -0,0 +1,27 @@
+# -*- 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 audio 0.1
+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 sha1 fff2f6cc60db45561420fc0458d5251143e6e32f \
+ rmd160 22a4c7e9ffe4e45bb58b56d90c25962deb2581d2
+
+depends_lib-append port:libsamplerate \
+ port:portaudio
+
+build.args-append includedir=${prefix}/include
Property changes on: trunk/dports/audio/pure-audio/Portfile
___________________________________________________________________