Ticket #25987: Portfile.2

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

Portfile for freeciv-x11 port

Line 
1# $Id: Portfile 68000 2010-05-24 07:43:33Z blb@macports.org $
2
3PortSystem          1.0
4name                freeciv-x11
5version             2.2.2
6categories          games
7maintainers         nomaintainer
8description         A civilisation clone for X11 (with sound support)
9long_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
15platforms           darwin
16
17homepage            http://www.freeciv.org/
18master_sites        sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
19distname            freeciv-${version}
20dist_subdir         freeciv
21use_bzip2           yes
22
23checksums           md5     fae46199dedaf0decc3b82dc06f95624 \
24                    sha1    b306374d5e2e118393b23ff9a0b1a8d391b36c82 \
25                    rmd160  42714e95f1839592a79a2b60ee64bc58bbe512e8
26
27conflicts           freeciv
28
29depends_lib         port:gettext port:libiconv port:readline port:gtk2 \
30                    port:zlib port:libsdl_mixer
31
32patchfiles          patch-client-options.c.diff
33
34configure.args      --enable-client=gtk2 --with-readline \
35                    --enable-nls --with-libiconv-prefix=${prefix} \
36                    --mandir=${prefix}/share/man --with-sdl-prefix=${prefix}
37
38livecheck.type      regex
39livecheck.url       ${homepage}
40livecheck.regex     freeciv-(\[0-9\.\]+).tar.bz2
41