Download and Install basiliskii-devel version 1.0-20060314 on Mac OS X
Tuesday the 8th of July, 2008

    basiliskii-devel  most recent diff


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



      # $Id: Portfile 28165 2007-08-23 10:37:08Z ryandesign macports.org $

      PortSystem 1.0

      Name: basiliskii-devel
      Version: 1.0-20060314
      Category: emulators
      Platform: darwin
      Maintainers: opendarwin.nospam vercruesse.de
      Description: 68k Mac emulator
      Long Description: Basilisk II is an Open Source 68k Macintosh emulator. That is, it allows you to run 68k Mac OS software on your computer, even if you are using a different operating system. However, you still need a copy of Mac OS and a Macintosh ROM image to use Basilisk II.

      Homepage: http://basilisk.cebix.net/

      fetch.type cvs
      cvs.root :pserver:anoncvs cvs.cebix.net:/home/cvs/cebix
      cvs.password anoncvs
      cvs.module BasiliskII
      cvs.date 20060314

      depends_build port:autoconf port:automake

      depends_lib port:libsdl port:gtk2

      worksrcdir BasiliskII/src/Unix

      patchfiles patch-src-Unix-configure.ac


      pre-configure {
      system "cd ${worksrcpath} && NO_CONFIGURE=yes ACLOCAL_FLAGS=\"-I m4\" ./autogen.sh"
      }

      configure.args --enable-sdl-video --enable-sdl-audio --disable-vosf --without-mon --with-gtk --without-esd


      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -W ${worksrcpath}/../../ README TECH TODO COPYING ChangeLog INSTALL ${destroot}${prefix}/share/doc/${name}
      }


      post-activate {
      ui_msg "To use Basilisk II, you need either a 512K Mac Classic ROM image"
      ui_msg "or a 512K or 1MB 32-bit clean Macintosh ROM image. You also need"
      ui_msg "a copy of Mac OS (0.x thru 7.5 for Classic emulation, 7.x or 8.0/"
      ui_msg "8.1 for Mac II emulation). For copyright reasons, none of these"
      ui_msg "items are included with Basilisk II. Mac OS 7.5.3 and earlier"
      ui_msg "versions can be downloaded from Apple and various other Internet"
      ui_msg "sites. Mac ROM files are not freely available. You have to own a"
      ui_msg "real Mac and read out its ROM."
      }


      Variant: no_x11 {
      depends_lib-delete port:gtk2
      configure.args-delete --with-gtk
      configure.args-append --without-gtk
      }

      #variant static {
      # configure.args-append --enable-sdl-static
      #}

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

     Where to find more information:

    Darwin Ports



    image test