New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79408


Ignore:
Timestamp:
06/12/11 23:03:42 (4 years ago)
Author:
jmr@…
Message:

orocos-rtt: add corba variant (#25146)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/orocos-rtt/Portfile

    r69969 r79408  
    3636} 
    3737 
     38variant corba description {build CORBA support using OmniORB} { 
     39    depends_lib-append           port:omniORB 
     40    configure.args-append       -DENABLE_CORBA=ON \ 
     41                                -DCORBA_IMPLEMENTATION=OMNIORB \ 
     42                                -DOMNIORB4_DIR=${prefix}/include 
     43} 
     44 
    3845livecheck.type  regex 
    3946livecheck.url   ${master_sites} 
Note: See TracChangeset for help on using the changeset viewer.