1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name indi_maxdomeii |
---|
7 | |
---|
8 | version 2012.07.22 |
---|
9 | set indi_version 0.9.1 |
---|
10 | set branch [join [lrange [split ${indi_version} .] 0 1] .] |
---|
11 | |
---|
12 | categories science |
---|
13 | license {freetype GPL} |
---|
14 | maintainers gmail.com:ferran.casarramona |
---|
15 | |
---|
16 | description Max Dome II driver for INDI |
---|
17 | long_description INDI is a distributed control protocol designed to \ |
---|
18 | operate astronomical instrumentation. This is the driver \ |
---|
19 | for Max Dome II. |
---|
20 | |
---|
21 | homepage http://www.indilib.org/index.php?title=MaxDome_II |
---|
22 | master_sites sourceforge:project/indi/indilib/${branch}/3rdparty |
---|
23 | |
---|
24 | platforms darwin |
---|
25 | |
---|
26 | distname indi-maxdomeii-${version} |
---|
27 | |
---|
28 | checksums sha1 a05ca9274e262b899abf3c74fb50b4e8b21f98fe \ |
---|
29 | rmd160 4b4fd0e3215efb70376c0a2cc0ccd3754e7a4231 |
---|
30 | |
---|
31 | depends_lib port:indi |
---|
32 | |
---|
33 | depends_build port:cmake |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | |
---|