[78751] trunk/dports/devel

jmr at macports.org jmr at macports.org
Sat May 21 06:27:30 PDT 2011


Revision: 78751
          http://trac.macports.org/changeset/78751
Author:   jmr at macports.org
Date:     2011-05-21 06:27:30 -0700 (Sat, 21 May 2011)
Log Message:
-----------
New port: ocaml-ao, OCaml bindings for libao (#16173)

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

Added: trunk/dports/devel/ocaml-ao/Portfile
===================================================================
--- trunk/dports/devel/ocaml-ao/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-ao/Portfile	2011-05-21 13:27:30 UTC (rev 78751)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-ao
+version             0.1.9
+categories          devel ml
+maintainers         rastageeks.org:toots
+description         OCaml bindings for the libao audio output library
+long_description    This port contains an O'Caml interface for the \
+                    cross-platform audio output library, otherwise known as \
+                    libao.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  1ed967e98df567d628d539d1dfb53744 \
+                    sha1  9b5b113449dd7bf027b1078ef9339c376c2f8a1c \
+                    rmd160  7e00cb46fa290050f81fa333d79a7b562c271d48
+
+depends_build port:pkgconfig
+depends_lib   port:libao \
+              port:ocaml \
+              port:caml-findlib
+
+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-ao/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/20110521/7c179005/attachment.html>


More information about the macports-changes mailing list