Ticket #615: Portfile.4

File Portfile.4, 1.1 KB (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4name                            crimson
5version                         0.3.7
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 fa68b949f38e02523ce2be76fafcf412
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
30variant comet requires editor {
31                configure.args-append   --enable-comet
32}
33