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

    version 1.2.6

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


      The lisaem Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: lisaem
      Version: 1.2.6
      Revision: 1
      Maintainers: ryandesign
      Platform: darwin
      Category: emulators
      Homepage: http://lisa.sunder.net/
      Master Sites: ${homepage}downloads/
      use_bzip2 yes
      use_parallel_build no

      Description: Apple Lisa emulator

      Long Description: ${description}

      Checksums: md5 b236d7fa06c7589bb0de5d13ed680c9a sha1 c3552eb2fc89ff6e47994767aa4e524de7000dc7 rmd160 bc541ef181b417ee369ed960f29637f87cc1308a

      depends_lib port:wxWidgets

      Patch Files: patch-build.sh.diff

      use_configure no
      universal_variant no

      build.cmd ./build.sh
      build.target build

      destroot.destdir
      destroot.env PREFIXAPP=${destroot}${applications_dir} PREFIXBIN=${destroot}${prefix}/bin PREFIXLIB=${destroot}${prefix}/share

      pre-destroot {
      xinstall -d ${destroot}${applications_dir}
      }

      post-activate {
      # lisaem 1.2.6_0 installed items to /usr/local/bin; remove them if found
      foreach file {lisadiskinfo lisafsh-tool} {
      set filepath /usr/local/bin/${file}
      if {[file exists ${filepath}]} {
      if {[catch {delete ${filepath}}]} {
      ui_warn "Cannot delete ${filepath}; please remove it manually"
      }
      }
      }
      }

      livecheck.type regex
      livecheck.url ${homepage}downloads.html
      livecheck.regex ${name}-(\[0-9.\]+)\\.tar

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.