Ticket #23730: Portfile

File Portfile, 1.1 KB (added by trystan@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    nightshade
6version                 10.2.1
7categories              education \
8                        science
9maintainers             lists.launchpad.net:nightshade
10description             Nightshade Anstronomy Simulator
11long_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.
12homepage                http://nightshadesoftware.org
13platforms               darwin
14master_sites            http://nightshadesoftware.org/downloads
15checksums               md5 67381c00bd98d3d1bfce92638a7e9507 \
16                        sha1 ca0ce4a2cf0f5b5343e0915d948407a125b96758 \
17                        rmd160 daee89bebbbac6f9980b4e6c0e55b2725a8b60ce
18depends_lib             port:libsdl \
19                        port:libsdl_mixer \
20                        port:libsdl_pango \
21                        port:libpng
22depends_run             port:libsdl \
23                        port:libsdl_mixer \
24                        port:libsdl_pango \
25                        port:libpng
26use_autoconf            yes
27use_automake            yes
28use_configure           yes
29
30pre-configure {
31   system "cd ${workpath}/${worksrcdir} && aclocal -I m4 && autoheader && automake --add-missing --copy"
32}