blt version 2.4z for Mac OS X 10.5 Leopard
Tuesday the 20th of May, 2008

    blt  most recent diff


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



      # $Id: Portfile 28499 2007-09-02 17:01:00Z mww macports.org $
      PortSystem 1.0

      Name: blt
      Version: 2.4z
      revision 1
      Category: x11
      Maintainers: markd macports.org
      Description: BLT is an extension to the Tk toolkit, adding new widgets, geometry managers, and miscellaneous commands.
      Long Description: ${description}

      Homepage: http://blt.sourceforge.net/
      Platform: darwin

      master_sites sourceforge
      distname BLT${version}
      checksums md5 aa2ed73080f3005d9c2a3b5e57ab1eff

      depends_build lib:libX11.6:XFree86 port:tcl port:tk

      configure.cppflags "-L${prefix}/lib"
      configure.cflags "-O3 -fno-common"

      configure.args --prefix=${prefix} --exec_prefix=${prefix} --bindir=${prefix}/bin --includedir=${prefix}/include --libdir=${prefix}/lib --with-tcllibs=${prefix}/lib --with-tklibs=${prefix}/lib --with-tclincls=${prefix}/include --with-tkincls=${prefix}/include --with-tcl=${prefix} --with-tk=${prefix}

      patchfiles patch-configure patch-Makefile.in patch-library-Makefile.in patch-src-Makefile.in patch-src-shared-Makefile.in patch-library-pkgIndex.tcl.in patch-demos-Makefile.in

      post-patch {
      reinplace "s|__DESTROOT__|${destroot}|g" ${worksrcpath}/Makefile.in ${worksrcpath}/src/Makefile.in ${worksrcpath}/src/shared/Makefile.in ${worksrcpath}/demos/Makefile.in

      eval reinplace "s|../src/bltwish|${prefix}/bin/bltwish|g" [glob ${worksrcpath}/demos/*.tcl] [glob ${worksrcpath}/demos/scripts/*.tcl]
      }

      post-destroot {
      system "cd ${destroot}${prefix}/lib && ln -sf libBLT.2.4.dylib libBLT.2.dylib"
      system "cd ${destroot}${prefix}/lib && ln -sf libBLT.2.4.dylib libBLT.dylib"
      system "cd ${destroot}${prefix}/lib && ln -sf libBLTlite.2.4.dylib libBLTlite.2.dylib"
      system "cd ${destroot}${prefix}/lib && ln -sf libBLTlite.2.4.dylib libBLTlite.dylib"
      }

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

     Where to find more information:

    Darwin Ports



    image test