frotz version 2.43 for Mac OS X 10.5 Leopard
Saturday the 10th of May, 2008

    frotz  most recent diff


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



      # $Id: Portfile 30512 2007-10-30 04:43:45Z markd macports.org $
      PortSystem 1.0

      Name: frotz
      Version: 2.43
      Category: games
      Maintainers: pack-darwinports rattus.net
      Description: an interpreter for Infocom Z-Code games
      Long Description: Frotz provides a portable implementation of the zcode virtual machine used for all Infocom text adventures and many of those written by other authors.
      Homepage: http://frotz.homeunix.org/frotz/
      master_sites http://frotz.homeunix.org/frotz/files/
      checksums frotz-2.43.tar.gz md5 efe51879e012b92bb8d5f4a82e982677
      depends_lib port:ncurses
      patchfiles patch-Makefile patch-src-common-main.c patch-src-common-process.c
      configure {
      reinplace "s|^PREFIX = /usr/local|PREFIX = ${prefix}|" "${worksrcpath}/Makefile"
      reinplace "s|MAN_PREFIX = \$(PREFIX)|MAN_PREFIX = \$(PREFIX)/share|" "${worksrcpath}/Makefile"
      }

      destroot {
      reinplace "s|^PREFIX = ${prefix}|PREFIX = ${destroot}${prefix}|" "${worksrcpath}/Makefile"
      system "cd ${worksrcpath} && make install"
      }

    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/frotz
      % sudo port install frotz
      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 frotz
      ---> Verifying checksum for frotz
      ---> Extracting frotz
      ---> Configuring frotz
      ---> Building frotz with target all
      ---> Staging frotz into destroot
      ---> Installing frotz
    - 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 frotz with these commands:
      %  man frotz
      % apropos frotz
      % which frotz
      % locate frotz

     Where to find more information:

    Darwin Ports



    image test