[79130] trunk/dports/devel

jmr at macports.org jmr at macports.org
Thu Jun 2 16:53:26 PDT 2011


Revision: 79130
          http://trac.macports.org/changeset/79130
Author:   jmr at macports.org
Date:     2011-06-02 16:53:25 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
New port: ocaml-portaudio, OCaml bindings for portaudio (#16186)

Added Paths:
-----------
    trunk/dports/devel/ocaml-portaudio/
    trunk/dports/devel/ocaml-portaudio/Portfile

Added: trunk/dports/devel/ocaml-portaudio/Portfile
===================================================================
--- trunk/dports/devel/ocaml-portaudio/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-portaudio/Portfile	2011-06-02 23:53:25 UTC (rev 79130)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-portaudio
+version             0.1.2
+categories          devel ml audio
+maintainers         rastageeks.org:toots
+description         OCaml binding for the I/O portable library portaudio
+long_description    This port contains an O'Caml interface for the portable \
+                    audio I/O library.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  a6bb1a4799c3312e009b97aaebbeec74 \
+                    sha1  318ac0cfdad3d561cb684ac00959ee9842c35700 \
+                    rmd160  8e20a5d340f959acd0150de36fa0878fc3a604ac
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:portaudio 
+
+configure.pkg_config    ${prefix}/bin/pkg-config
+
+build.args          LIBDIRS=${prefix}/lib
+
+pre-destroot {
+  set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
+  file mkdir $ocamlfind_destdir
+  reinplace "s#\$(OCAMLFIND_INSTFLAGS)# -ldconf ignore -destdir '$ocamlfind_destdir'#g" \
+    ${worksrcpath}/src/OCamlMakefile
+}


Property changes on: trunk/dports/devel/ocaml-portaudio/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110602/021a99d1/attachment.html>


More information about the macports-changes mailing list