Ticket #12368: Portfile

File Portfile, 602 bytes (added by mkmccarty@…, 17 years ago)

Portfile for RaceintoSpace

Line 
1# $Id: Portfile,v 1.3 2007/07/30 17:37:15 k6mmc Exp $
2
3PortSystem 1.0
4
5name            raceintospace
6version         0.4.5
7categories      games
8platforms       darwin
9maintainers     raceintospace.org:mkmccarty
10
11description     Open Source version of old MS-DOS game Buzz Aldrin's Race Into Space
12long_description        ${description}
13
14homepage        http://raceintospace.sourceforge.net
15master_sites    sourceforge:raceintospace
16checksums       md5 e7987f9a26c61fc0fe50833fdd41ffa1
17
18depends_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