Ticket #615: Portfile.3

File Portfile.3, 1012 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4name                            crimson
5version                         0.3.6
6categories                      games
7maintainers                     blb@pobox.com
8description                     A tactical war game in the tradition of Battle Isle
9long_description        \
10The outcome of the war lies in your hands. You decide which units are sent \
11to the front lines, and when to unleash the reserves. Your mission \
12objectives range from defending strategically vital locations to simply \
13destroying all enemy forces in the area. Protect supply convoys or raid \
14enemy facilities to uncover technological secrets or fill your storage bays \
15so you can repair damaged units or build new ones in your own factories.
16
17platforms                       darwin
18master_sites            http://crimson.seul.org/files/
19homepage                        http://crimson.seul.org/
20use_bzip2                       yes
21checksums                       md5 9acdb9e20e2ebf35e8276aaf71b00bbc
22depends_lib                     lib:libSDL:libsdl
23configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
24configure.args          --with-sdl-prefix=${prefix}
25
26variant editor          {
27                        configure.args-append   --enable-cfed
28}
29