[92069] trunk/dports/devel

landonf at macports.org landonf at macports.org
Mon Apr 16 21:40:24 PDT 2012


Revision: 92069
          https://trac.macports.org/changeset/92069
Author:   landonf at macports.org
Date:     2012-04-16 21:40:24 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add port for oasis: http://oasis.forge.ocamlcore.org/

Added Paths:
-----------
    trunk/dports/devel/oasis/
    trunk/dports/devel/oasis/Portfile

Added: trunk/dports/devel/oasis/Portfile
===================================================================
--- trunk/dports/devel/oasis/Portfile	                        (rev 0)
+++ trunk/dports/devel/oasis/Portfile	2012-04-17 04:40:24 UTC (rev 92069)
@@ -0,0 +1,38 @@
+# $Id: $
+
+PortSystem          1.0
+
+name                oasis
+version             0.3.0~rc3
+platforms           darwin
+categories          devel
+maintainers         landonf openmaintainer
+license             LGPL-2.1
+description         Architecture for building OCaml libraries and applications
+long_description    OASIS is a tool to integrate a configure, build and install \
+                    system in your OCaml project. It helps to create standard \
+                    entry points in your build system and allows external \
+                    tools to analyse your project easily.
+homepage            http://oasis.forge.ocamlcore.org/index.php
+master_sites        https://forge.ocamlcore.org/frs/download.php/829/
+
+checksums           md5     5968d86ef526d2fc7637039f4db757b2 \
+                    sha1    3be557f6c45851e8e74853fd0e1d16f76fcd0668 \
+                    rmd160  90d701f7e649b796f32488f9baa047f0a41e882a
+depends_lib         port:ocaml \
+                    port:ocaml-extlib \
+                    port:ocaml-pcre \
+                    port:ocaml-ocamlgraph
+
+use_configure       no
+
+build.env           PREFIX=${prefix}
+use_parallel_build  no
+
+set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
+
+destroot.env        OCAMLFIND_DESTDIR="$ocamlfind_destdir"
+
+pre-destroot {
+	file mkdir ${ocamlfind_destdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/c9d75c0a/attachment.html>


More information about the macports-changes mailing list