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