Ticket #25987: Portfile

File Portfile, 1.5 KB (added by bitaxis (Nathan Brazil), 14 years ago)

Portfile for freeciv port

Line 
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
4PortSystem          1.0
5name                freeciv
6version             2.2.2
7categories          games
8maintainers         nomaintainer
9description         An empire-building strategy game
10long_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
16platforms           macosx
17
18homepage            http://www.freeciv.org/
19master_sites        sourceforge ftp://ftp.freeciv.org/freeciv/stable/
20use_bzip2           yes
21
22checksums           md5     fae46199dedaf0decc3b82dc06f95624 \
23                    sha1    b306374d5e2e118393b23ff9a0b1a8d391b36c82 \
24                    rmd160  42714e95f1839592a79a2b60ee64bc58bbe512e8
25
26conflicts           freeciv-x11
27
28depends_lib         port:freetype port:libpng port:libsdl port:libsdl_image \
29                    port:libsdl_mixer port:readline port:libiconv port:zlib
30
31patchfiles          patch-client-options.c.diff
32
33configure.args      --enable-client=sdl --with-readline \
34                    --enable-nls --with-libiconv-prefix=${prefix} \
35                    --mandir=${prefix}/share/man --with-sdl-prefix=${prefix}
36
37livecheck.type      regex
38livecheck.url       ${homepage}
39livecheck.regex     freeciv-(\[0-9\.\]+).tar.bz2
40