Changeset 79639
- Timestamp:
- 06/21/11 19:34:02 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/ola/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/ola/Portfile
r79632 r79639 8 8 categories net comms 9 9 platforms darwin 10 license LGPL-2.1+10 license GPL-2+ LGPL-2.1+ 11 11 maintainers gmail.com:nomis52 p3k.org:interface 12 12 13 description an open framework for DMXlighting control13 description An open framework for DMX512 lighting control 14 14 15 15 long_description The Open Lighting Architecture (OLA) provides a plugin \ … … 30 30 31 31 depends_lib port:cppunit \ 32 port: unittest-cpp \33 port: protobuf-cpp32 port:protobuf-cpp \ 33 port:unittest-cpp 34 34 35 35 configure.args --disable-http \ 36 36 --disable-libusb 37 38 variant python description {Enable the Python API} { 39 configure.args-append --enable-python-libs 40 } 37 41 38 42 variant http description {Build with embedded web server} { … … 41 45 } 42 46 43 default_variants +http 47 variant libusb description {Build with libusb support} { 48 depends_lib-append port:libusb 49 configure.args-delete --disable-libusb 50 } 51 52 default_variants +http +python +libusb 44 53 45 54 test.run yes
Note: See TracChangeset
for help on using the changeset viewer.

