cc65 version 2.9.3 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    cc65  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0
      Name: cc65
      Version: 2.9.3
      Category: lang
      Maintainers: nomaintainer
      Description: 6502 C compiler
      Platform: darwin
      distfiles cc65-sources-${version}.tar.bz2
      use_bzip2 yes
      master_sites http://www.funet.fi/pub/cbm/programming/cc65/ http://bj.spline.de/cc65/
      checksums md5 255a231cd475852545a5bad1d21e867d
      worksrcdir ${name}-${version}/src
      configure {}
      build.args -f make/gcc.mak
      build.env PREFIX=${prefix}
      patchfiles patch-gcc.mak

      post-build {
      system "cd ${worksrcpath}/../libsrc && make"
      }

      destroot {
      set _d ${destroot}${prefix}
      file delete ${_d}/man
      system "mkdir -p ${_d}/lib/cc65/{lib,include/geos}"
      system "install -s -m 755 ${worksrcpath}/ar65/ar65 ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/ca65/ca65 ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/cc65/cc65 ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/cl65/cl65 ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/da65/da65 ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/grc/grc ${_d}/bin"
      system "install -s -m 755 ${worksrcpath}/ld65/ld65 ${_d}/bin"
      system "install -m 644 ${worksrcpath}/../libsrc/*.{o,lib} ${_d}/lib/cc65/lib"
      system "install -m 644 ${worksrcpath}/../include/*.h ${_d}/lib/cc65/include"
      system "install -m 644 ${worksrcpath}/../include/geos/*.h ${_d}/lib/cc65/include/geos"
      }

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

     Where to find more information:

    Darwin Ports



    image test