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

    version 0.96

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


      The efte Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0

      Name: efte
      Version: 0.96
      Revision: 3
      Category: editors
      Platform: darwin
      Maintainers: reiffert openmaintainer
      Description: configurable programmers editor
      Long Description: eFTE is a lightweight, extendable, folding text editor geared toward the programmer. eFTE is a fork of FTE with goals of taking FTE to the next step, hence, Enhanced FTE.

      Homepage: http://efte.sourceforge.net
      Master Sites: http://downloads.sourceforge.net/sourceforge/efte/
      Checksums: efte-${version}.tar.gz md5 ae60a3056e73d4655569f455e4c6283e
      depends_build bin:cmake:cmake port:xorg-libsm port:xorg-libXext port:xpm

      configure.args -DCMAKE_BUIL_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${prefix} -DUSE_GPM=OFF -DBUILD_CONSOLE=ON -DBUILD_X=ON

      configure {
      system "cd ${worksrcpath} && ${configure.env} cmake ${configure.args} ${worksrcpath}"
      }

      Variant: no_x11 {
      depends_build-delete port:xorg-libsm port:xorg-libXext port:xpm
      configure.args-append "-DBUILD_X=OFF"
      configure.args-delete "-DBUILD_X=ON"
      }

      post-destroot {
      system "cd ${destroot}${prefix}/share/efte && ../../bin/cefte config/mymain.fte system.fterc"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.