[79408] trunk/dports/devel/orocos-rtt/Portfile

jmr at macports.org jmr at macports.org
Sun Jun 12 23:03:43 PDT 2011


Revision: 79408
          http://trac.macports.org/changeset/79408
Author:   jmr at macports.org
Date:     2011-06-12 23:03:42 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
orocos-rtt: add corba variant (#25146)

Modified Paths:
--------------
    trunk/dports/devel/orocos-rtt/Portfile

Modified: trunk/dports/devel/orocos-rtt/Portfile
===================================================================
--- trunk/dports/devel/orocos-rtt/Portfile	2011-06-13 05:56:06 UTC (rev 79407)
+++ trunk/dports/devel/orocos-rtt/Portfile	2011-06-13 06:03:42 UTC (rev 79408)
@@ -35,6 +35,13 @@
     system "install_name_tool -id ${lib} ${destroot}${lib}"
 }
 
+variant corba description {build CORBA support using OmniORB} {
+    depends_lib-append           port:omniORB
+    configure.args-append       -DENABLE_CORBA=ON \
+                                -DCORBA_IMPLEMENTATION=OMNIORB \
+                                -DOMNIORB4_DIR=${prefix}/include
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/6fbd3391/attachment.html>


More information about the macports-changes mailing list