[34136] trunk/dports/editors

eridius at macports.org eridius at macports.org
Thu Feb 14 23:53:02 PST 2008


Revision: 34136
          http://trac.macosforge.org/projects/macports/changeset/34136
Author:   eridius at macports.org
Date:     2008-02-14 23:53:01 -0800 (Thu, 14 Feb 2008)

Log Message:
-----------
New port: efte

Added Paths:
-----------
    trunk/dports/editors/efte/
    trunk/dports/editors/efte/Portfile

Added: trunk/dports/editors/efte/Portfile
===================================================================
--- trunk/dports/editors/efte/Portfile	                        (rev 0)
+++ trunk/dports/editors/efte/Portfile	2008-02-15 07:53:01 UTC (rev 34136)
@@ -0,0 +1,37 @@
+# $Id$
+PortSystem 1.0
+
+name            efte
+version         0.95
+categories      editors
+platforms       darwin
+maintainers     jeremy at cowgar.com
+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 20c5ca30ed1990f473581e6cafda6a4b
+
+depends_build   bin:cmake:cmake
+
+configure.args  -DCMAKE_BUIL_TYPE=Release \
+                -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
+                -DUSE_GPM=OFF -DBUILD_CONSOLE=ON -DBUILD_X=OFF
+
+configure {
+    system "cd ${worksrcpath} && ${configure.env} cmake ${configure.args} ${worksrcpath}"
+}
+
+variant x11 {
+    depends_build-append    lib:libX11:XFree86
+    configure.args-delete   "-DBUILD_X=OFF"
+    configure.args-append   "-DBUILD_X=ON"
+}
+
+post-destroot {
+    system "cd ${destroot}${prefix}/share/efte && ../../bin/cefte config/mymain.fte system.fterc"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080214/6c06c8b0/attachment.html 


More information about the macports-changes mailing list