New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 38838

Show
Ignore:
Timestamp:
08/01/2008 02:19:48 (4 years ago)
Author:
ryandesign@…
Message:

lmarbles: whitespace changes only

Files:
1 modified

Legend:

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

    r38837 r38838  
    11# $Id$ 
    22 
    3 PortSystem 1.0 
     3PortSystem              1.0 
    44 
    5 name            lmarbles 
    6 version         1.0.7 
    7 categories      games 
    8 platforms       darwin 
    9 maintainers     nomaintainer 
    10 description     Atomix clone with slight change in concept. 
    11 long_description        LMarbles is an Atomix clone with a slight change in \ 
    12                         concept. Instead of assembling molecules you create \ 
    13                         figures out of marbles. Nevertheless, the basic game \ 
    14                         play is the same: If a marble starts to move it will \ 
    15                         not stop until it hits a wall or another marble. To \ 
    16                         make it more interesting there are obstacles like \ 
    17                         one-way streets, crumbling walls and portals. \ 
    18                         As Marbles is meant as a puzzle game you play against \ 
    19                         a move limit and not a time limit. This way you have \ 
    20                         as much time as you need to think. 
     5name                    lmarbles 
     6version                 1.0.7 
     7categories              games 
     8platforms               darwin 
     9maintainers             nomaintainer 
    2110 
    22 homepage        http://lgames.sourceforge.net/index.php?project=LMarbles 
    23 master_sites    sourceforge:lgames 
    24 checksums       md5 b29156bc5021877d080e5e268012f4ec 
     11description             Atomix clone with slight change in concept. 
     12long_description        LMarbles is an Atomix clone with a slight change in \ 
     13                        concept. Instead of assembling molecules you create \ 
     14                        figures out of marbles. Nevertheless, the basic game \ 
     15                        play is the same: If a marble starts to move it will \ 
     16                        not stop until it hits a wall or another marble. To \ 
     17                        make it more interesting there are obstacles like \ 
     18                        one-way streets, crumbling walls and portals. \ 
     19                        As Marbles is meant as a puzzle game you play against \ 
     20                        a move limit and not a time limit. This way you have \ 
     21                        as much time as you need to think. 
    2522 
    26 depends_lib     port:libsdl \ 
    27                 port:libsdl_mixer 
     23homepage                http://lgames.sourceforge.net/index.php?project=LMarbles 
     24master_sites            sourceforge:lgames 
    2825 
    29 configure.args  --mandir=${prefix}/share/man \ 
    30                 --enable-ascii \ 
    31                 --with-profile-path=${prefix}/var/lib/games/ \ 
    32                 --disable-sdltest 
     26checksums               md5 b29156bc5021877d080e5e268012f4ec 
     27 
     28depends_lib             port:libsdl \ 
     29                        port:libsdl_mixer 
     30 
     31configure.args          --mandir=${prefix}/share/man \ 
     32                        --enable-ascii \ 
     33                        --with-profile-path=${prefix}/var/lib/games/ \ 
     34                        --disable-sdltest 
    3335 
    3436# Can be removed once MacPorts 1.7.0 is released 
     
    3739} 
    3840 
    39 platform darwin { 
    40         pre-destroot    { 
    41                 xinstall -d ${destroot}${applications_dir}/LMarbles.app/Contents/MacOS 
    42                 ln -s ${prefix}/bin/lmarbles \ 
    43                         ${destroot}${applications_dir}/LMarbles.app/Contents/MacOS/LMarbles 
    44         } 
     41platform darwin { 
     42    pre-destroot { 
     43        xinstall -d ${destroot}${applications_dir}/LMarbles.app/Contents/MacOS 
     44        ln -s ${prefix}/bin/lmarbles \ 
     45            ${destroot}${applications_dir}/LMarbles.app/Contents/MacOS/LMarbles 
     46    } 
    4547}