Ltris version 1.0.12 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.0.12

      View the most recent changes for the ltris port at: ltris.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for ltris.
      The raw portfile for ltris 1.0.12 is located here:
      http://ltris.darwinports.com/dports/games/ltris/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ltris


      The ltris Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      PortSystem 1.0

      Name: ltris
      Version: 1.0.12
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      use_parallel_build yes

      Description: Tetris clone with multiplayer and AI support.
      Long Description: LTris as a tetris clone which means you have a bowl with blocks falling down. By rotating and moving the blocks you try to assemble whole lines which then disappear. LTris has three modes for this: Classic is the classical one where you play until the bowl becomes filled, Figures resets the bowl contents to a new figure for each level and adds suddenly appearing tiles and lines later on and Multiplayer where up to three players either controlled by human or CPU(!) compete and send completed lines to each other.

      Homepage: http://lgames.sourceforge.net/index.php?project=LTris
      Master Sites: sourceforge:lgames

      Checksums: md5 53b00c17a05c438602a52009e65ebde2 sha1 bc0b389b520053f97c6415b4d430f55784073c1b rmd160 017791be9d4e2dfc5a6b497e816b3482d22141c3

      depends_lib path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_mixer port:gettext port:libiconv

      post-extract {
      move ${worksrcpath}/src/sdl.h ${worksrcpath}/src/sdl_.h
      }

      Patch Files: patch-sdl_.h.diff patch-libintl.diff patch-install-mode.diff

      configure.args --with-highscore-path=${prefix}/var/lib/games/ --disable-sdltest

      platform darwin {
      post-destroot {
      xinstall -d ${destroot}${applications_dir}/LTris.app/Contents/MacOS
      ln -s ${prefix}/bin/ltris ${destroot}${applications_dir}/LTris.app/Contents/MacOS/LTris
      }
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/ltris
      % sudo port install ltris
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching ltris
      ---> Verifying checksum for ltris
      ---> Extracting ltris
      ---> Configuring ltris
      ---> Building ltris with target all
      ---> Staging ltris into destroot
      ---> Installing ltris
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using ltris with these commands:
      %  man ltris
      % apropos ltris
      % which ltris
      % locate ltris

     Where to find more information:

    Darwin Ports



    Lightbox this page.