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

    version 1.0.1

      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 1.0.1 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


      The esdl Portfile 58773 2009-10-05 03:27:17Z bfulgham macports.org $

      PortSystem 1.0

      Name: esdl
      Version: 1.0.1
      Category: graphics devel erlang
      Platform: darwin
      Maintainers: mac.com:bfulgham
      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 50230ea81418cb029281a70627a5dd8e sha1 9452f54e0d8c8db2f54a7a8b4850c352f9267abb rmd160 e60ec93bdfdea593f4fd507b65a792ffeccfd0d6

      depends port:libsdl port:libsdl_gfx port:libsdl_imaage port:erlang

      Patch Files: patch-c_src-Makefile.macOSX 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
      }

      livecheck.regex ${name} ${name}-(.*) released.*

    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



    Lightbox this page.