Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 29585

Show
Ignore:
Timestamp:
10/01/07 03:17:00 (14 months ago)
Author:
rhwood@…
Message:

New port freeciv-x11, which is, for now, a copy of port freeciv

Location:
trunk/dports/games/freeciv-x11
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/freeciv-x11/Portfile

    r27030 r29585  
    33PortSystem 1.0 
    44 
    5 name            freeciv 
     5name            freeciv-x11 
    66version         2.0.8 
    77categories      games 
     
    1313master_sites    sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/ 
    1414checksums       sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792 
    15  
     15distname        freeciv-${version} 
    1616use_bzip2           yes 
    1717 
    1818depends_lib     \ 
    1919        port:gettext \ 
     20        port:libiconv \ 
    2021        port:libsdl \ 
    2122        port:libsdl_mixer \ 
     
    3031        --enable-nls \ 
    3132        --with-sdl-prefix=${prefix} \ 
    32         --with-libiconv-prefix=${prefix} 
     33        --with-libiconv-prefix=${prefix} \ 
     34        --mandir=${prefix}/share/man 
    3335 
    3436platform puredarwin {