1 | # $Id: Portfile,v 1.3 2007/07/30 17:37:15 k6mmc Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name raceintospace |
---|
6 | version 0.4.5 |
---|
7 | categories games |
---|
8 | platforms darwin |
---|
9 | maintainers raceintospace.org:mkmccarty |
---|
10 | |
---|
11 | description Open Source version of old MS-DOS game Buzz Aldrin's Race Into Space |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | homepage http://raceintospace.sourceforge.net |
---|
15 | master_sites sourceforge:raceintospace |
---|
16 | checksums md5 e7987f9a26c61fc0fe50833fdd41ffa1 |
---|
17 | |
---|
18 | depends_lib bin:sdl-config:libsdl \ |
---|
19 | port:libogg \ |
---|
20 | port:libvorbis \ |
---|
21 | port:libtheora |
---|
22 | |
---|
23 | #configure.env LDFLAGS="-L$(prefix}/lib" CPPFLAGS="-I${prefix}/include" |
---|
24 | |
---|