# $Id: Portfile 31568 2007-11-28 11:03:20Z rhwood@macports.org $ PortSystem 1.0 name freeciv-x11 version 2.1.1 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 95c342d3e9d713be550c8e68aa6c30723f336c84 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 }