Changeset 14665 for trunk/dports


Ignore:
Timestamp:
Oct 16, 2005, 11:52:14 AM (18 years ago)
Author:
mww
Message:

update to 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/wesnoth/Portfile

    r13793 r14665  
    1 # $Id: Portfile,v 1.10 2005/08/30 11:33:03 mww Exp $
     1# $Id: Portfile,v 1.11 2005/10/16 11:52:14 mww Exp $
    22
    33PortSystem 1.0
    44
    55name            wesnoth
    6 version         0.9.6
     6version         1.0
    77categories      games
    88platforms       darwin
     
    1616                        levels, and are carried over from one scenario to the \
    1717                        next campaign.
    18 checksums       md5 d3bb0d492ac01e30c02f882f8d45d9fc
     18checksums       md5 ce9fa39f6a5b01f55eceb6c13de2b62d
    1919homepage        http://www.wesnoth.org/
    20 master_sites    ${homepage}/files/
     20master_sites    sourceforge
    2121depends_lib     port:libsdl \
    2222                port:libsdl_image \
    2323                port:libsdl_mixer \
    2424                port:libsdl_ttf \
    25                 port:libsdl_net
     25                port:libsdl_net \
     26                port:libiconv \
     27                port:freetype \
     28                port:gettext
    2629
    27 configure.env   CFLAGS=-I${prefix}/include \
    28                                 LDFLAGS=-L${prefix}/lib
    2930configure.args  --mandir=${prefix}/share/man \
     31                                --with-freetype-prefix=${prefix} \
     32                                --with-libiconv-prefix=${prefix} \
    3033                                --disable-sdltest \
    31                                 --disable-server
     34                                --disable-server \
     35                                --disable-gnome1 \
     36                                --disable-gnome2
    3237
    33 variant darwin  {
     38platform darwin 8 {
     39        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     40}
     41
     42platform macosx {
    3443        pre-destroot    {
    3544                xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/Wesnoth.app/Contents/MacOS
Note: See TracChangeset for help on using the changeset viewer.