# $Id: Portfile 29585 2007-10-01 10:17:00Z rhwood@macports.org $ PortSystem 1.0 name freeciv-x11 version 2.0.8 categories games maintainers rhwood description A civilisation clone homepage http://www.freeciv.org/ platforms darwin master_sites sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/ checksums sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792 distname freeciv-${version} use_bzip2 yes depends_lib \ port:gettext \ port:libiconv \ port:libsdl \ port:libsdl_mixer \ port:esound \ port:readline \ port:gtk2 configure.args \ --enable-client=gtk2 \ --with-readline \ --with-zlib \ --enable-nls \ --with-sdl-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --mandir=${prefix}/share/man platform puredarwin { depends_lib-delete port:libsdl configure.args-append --disable-sdl-mixer }