New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79639


Ignore:
Timestamp:
06/21/11 19:34:02 (4 years ago)
Author:
macsforever2000@…
Message:

ola: Add variants. Fix license. Fix description. Sort dependencies. (#29899)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/ola/Portfile

    r79632 r79639  
    88categories          net comms 
    99platforms           darwin 
    10 license             LGPL-2.1+ 
     10license             GPL-2+ LGPL-2.1+ 
    1111maintainers         gmail.com:nomis52 p3k.org:interface 
    1212 
    13 description         an open framework for DMX lighting control 
     13description         An open framework for DMX512 lighting control 
    1414 
    1515long_description    The Open Lighting Architecture (OLA) provides a plugin \ 
     
    3030 
    3131depends_lib         port:cppunit \ 
    32                     port:unittest-cpp \ 
    33                     port:protobuf-cpp 
     32                    port:protobuf-cpp \ 
     33                    port:unittest-cpp 
    3434 
    3535configure.args      --disable-http \ 
    3636                    --disable-libusb 
     37 
     38variant python description {Enable the Python API} { 
     39    configure.args-append   --enable-python-libs 
     40} 
    3741 
    3842variant http description {Build with embedded web server} { 
     
    4145} 
    4246 
    43 default_variants    +http 
     47variant libusb description {Build with libusb support} { 
     48    depends_lib-append      port:libusb 
     49    configure.args-delete   --disable-libusb 
     50} 
     51 
     52default_variants    +http +python +libusb 
    4453 
    4554test.run            yes 
Note: See TracChangeset for help on using the changeset viewer.