1 | # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 68000 2010-05-24 07:43:33Z blb@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name freeciv |
---|
6 | version 2.2.2 |
---|
7 | categories games |
---|
8 | maintainers nomaintainer |
---|
9 | description An empire-building strategy game |
---|
10 | long_description \ |
---|
11 | Freeciv is a Free and Open Source empire-building strategy game inspired \ |
---|
12 | by the history of human civilization. The game commences in prehistory \ |
---|
13 | and your mission is to lead your tribe from the stone age to the space \ |
---|
14 | age... |
---|
15 | |
---|
16 | platforms macosx |
---|
17 | |
---|
18 | homepage http://www.freeciv.org/ |
---|
19 | master_sites sourceforge ftp://ftp.freeciv.org/freeciv/stable/ |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | checksums md5 fae46199dedaf0decc3b82dc06f95624 \ |
---|
23 | sha1 b306374d5e2e118393b23ff9a0b1a8d391b36c82 \ |
---|
24 | rmd160 42714e95f1839592a79a2b60ee64bc58bbe512e8 |
---|
25 | |
---|
26 | conflicts freeciv-x11 |
---|
27 | |
---|
28 | depends_lib port:freetype port:libpng port:libsdl port:libsdl_image \ |
---|
29 | port:libsdl_mixer port:readline port:libiconv port:zlib |
---|
30 | |
---|
31 | patchfiles patch-client-options.c.diff |
---|
32 | |
---|
33 | configure.args --enable-client=sdl --with-readline \ |
---|
34 | --enable-nls --with-libiconv-prefix=${prefix} \ |
---|
35 | --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} |
---|
36 | |
---|
37 | livecheck.type regex |
---|
38 | livecheck.url ${homepage} |
---|
39 | livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2 |
---|
40 | |
---|