[79028] trunk/dports/devel

jmr at macports.org jmr at macports.org
Mon May 30 15:50:33 PDT 2011


Revision: 79028
          http://trac.macports.org/changeset/79028
Author:   jmr at macports.org
Date:     2011-05-30 15:50:30 -0700 (Mon, 30 May 2011)
Log Message:
-----------
New port: ocaml-mad, OCaml bindings for the MAD mpeg audio decoding library (#16183)

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

Added: trunk/dports/devel/ocaml-mad/Portfile
===================================================================
--- trunk/dports/devel/ocaml-mad/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-mad/Portfile	2011-05-30 22:50:30 UTC (rev 79028)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-mad
+version             0.3.4
+categories          devel ml audio
+maintainers         rastageeks.org:toots
+description         OCaml bindings for libmad MPEG audio decoding library
+long_description    $description
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  b3f638b6894a1d606d9972e1c5f92fac \
+                    sha1  090d71e8551572ce2562bac86e3efd8b79f42355 \
+                    rmd160 75bf5b5946c29a5cb7e9689be4ef5fa00e66e9b7
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:libmad
+
+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-mad/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/20110530/efa39666/attachment.html>


More information about the macports-changes mailing list