Ticket #35311: Portfile

File Portfile, 1.0 KB (added by fcasarramona, 12 years ago)

Port file for indi_maxdomeii

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