[125133] trunk/dports/graphics

mww at macports.org mww at macports.org
Sun Sep 7 03:36:12 PDT 2014


Revision: 125133
          https://trac.macports.org/changeset/125133
Author:   mww at macports.org
Date:     2014-09-07 03:36:12 -0700 (Sun, 07 Sep 2014)
Log Message:
-----------
new port: ocaml-labltk

Added Paths:
-----------
    trunk/dports/graphics/ocaml-labltk/
    trunk/dports/graphics/ocaml-labltk/Portfile

Added: trunk/dports/graphics/ocaml-labltk/Portfile
===================================================================
--- trunk/dports/graphics/ocaml-labltk/Portfile	                        (rev 0)
+++ trunk/dports/graphics/ocaml-labltk/Portfile	2014-09-07 10:36:12 UTC (rev 125133)
@@ -0,0 +1,39 @@
+# $Id: Portfile 98621 2012-10-10 15:19:21Z mww at macports.org $
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-labltk
+version             4.02-beta1
+categories          graphics devel ml
+license             {LGPL-2.1 OpenSSLException}
+maintainers         mww openmaintainer
+description         OCaml interface to the Tcl/Tk GUI framework
+long_description    LablTk is an interface to the Tcl/Tk GUI framework. It \
+                    allows to develop GUI applications in a speedy and type \
+                    safe way. A legacy Camltk interface is included. The \
+                    OCamlBrowser library viewer is also part of this project.
+
+distname            labltk-${version}
+
+homepage            https://forge.ocamlcore.org/projects/csv/
+master_sites        https://forge.ocamlcore.org/frs/download.php/1409/
+
+platforms           darwin
+
+checksums           rmd160  80e525ae8f6112921b0ee301b879cd0ffbebe1a4 \
+                    sha256  9c6d6424c3d03870c0f533c365966a7df9039549e8660cd7cb7176c8a708bc66
+
+depends_lib-append  port:tk
+
+configure.pre_args  -libdir ${prefix}/lib/ocaml \
+                    -tklibs -L${prefix}/lib -tkdefs -I${prefix}/include
+
+pre-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/lib/ocaml/stublibs
+}
+
+destroot.target     install
+destroot.destdir    BINDIR=${destroot}${prefix}/bin \
+                    LIBDIR=${destroot}${prefix}/lib/ocaml
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140907/3b8db561/attachment.html>


More information about the macports-changes mailing list