Download and Install libguichan version 0.8.0 on Mac OS X
Thursday the 28th of August, 2008

    libguichan  most recent diff


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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 36079 2008-04-16 21:53:32Z ryandesign macports.org $

      PortSystem 1.0

      Name: libguichan
      Version: 0.8.0
      Category: graphics devel
      Platform: darwin
      Maintainers: jmr openmaintainer
      Description: portable C++ GUI library designed for games using SDL
      Long Description: Guichan is a portable C++ GUI library designed for games using SDL and/or OpenGL.

      Homepage: http://guichan.sourceforge.net/
      master_sites googlecode:guichan
      distname guichan-${version}
      checksums md5 29a03f05645b669fdc98ec2db5de13f5 sha1 5993e0a5e948b0f3e614025ff02f818bfe9c2198 rmd160 a8ab10d9c49542e018d688b9ee90ef2879f94a28

      depends_lib port:libsdl port:libsdl_image port:allegro

      configure.cppflags-append -I${x11prefix}/include
      configure.ldflags-append -L${x11prefix}/lib
      use_parallel_build yes

      platform darwin 9 {
      configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
      }

      livecheck.regex http://guichan.googlecode.com/files/guichan\\-(.*)${extract.suffix}\"

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

     Where to find more information:

    Darwin Ports



    image test