Download and Install esdl version 0.96.0626 on Mac OS X
Thursday the 21st of August, 2008

    esdl  most recent diff


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



      # $Id: Portfile 31498 2007-11-26 05:35:12Z bfulgham macports.org $

      PortSystem 1.0

      Name: esdl
      Version: 0.96.0626
      Category: graphics devel erlang
      Platform: darwin
      Maintainers: bfulgham mac.com
      Description: Erlang OpenGL/SDL API and Utilities
      Long Description: ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.

      Homepage: http://esdl.sourceforge.net/
      master_sites sourceforge
      distfiles ${distname}.src.tar.gz
      checksums md5 5007750ddd989319442e8e040db3b6dd

      depends_build port:libsdl-framework port:erlang

      patchfiles patch-c_src-Makefile.macOSX patch-c_src-esdl_driver.c patch-Makefile

      use_configure no

      pre-build {
      # Use Macintosh Makefile
      system "cd ${build.dir}/c_src && ln -sf Makefile.macOSX Makefile"
      }

      build.target
      destroot.destdir DPORTSDIR=${destroot}

      post-destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 0644 -W ${worksrcpath} Readme Readme.MacOSX-Cocoa license.terms ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/test ${destroot}${prefix}/share/doc/${name}/test
      }

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

     Where to find more information:

    Darwin Ports



    image test