1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name nightshade |
---|
6 | version 10.2.1 |
---|
7 | categories education \ |
---|
8 | science |
---|
9 | maintainers lists.launchpad.net:nightshade |
---|
10 | description Nightshade Anstronomy Simulator |
---|
11 | long_description NightShade(tm) is a free, open source astronomy simulation and visualization software for teaching and exploring astronomy, Earth science, and related topics. Nightshade is based on the award-winning Stellarium software, but tailored for planetarium and educator use. |
---|
12 | homepage http://nightshadesoftware.org |
---|
13 | platforms darwin |
---|
14 | master_sites http://nightshadesoftware.org/downloads |
---|
15 | checksums md5 67381c00bd98d3d1bfce92638a7e9507 \ |
---|
16 | sha1 ca0ce4a2cf0f5b5343e0915d948407a125b96758 \ |
---|
17 | rmd160 daee89bebbbac6f9980b4e6c0e55b2725a8b60ce |
---|
18 | depends_lib port:libsdl \ |
---|
19 | port:libsdl_mixer \ |
---|
20 | port:libsdl_pango \ |
---|
21 | port:libpng |
---|
22 | depends_run port:libsdl \ |
---|
23 | port:libsdl_mixer \ |
---|
24 | port:libsdl_pango \ |
---|
25 | port:libpng |
---|
26 | use_autoconf yes |
---|
27 | use_automake yes |
---|
28 | use_configure yes |
---|
29 | |
---|
30 | pre-configure { |
---|
31 | system "cd ${workpath}/${worksrcdir} && aclocal -I m4 && autoheader && automake --add-missing --copy" |
---|
32 | } |
---|