[115026] trunk/dports/editors/efte/Portfile

mojca at macports.org mojca at macports.org
Sun Dec 22 03:31:08 PST 2013


Revision: 115026
          https://trac.macports.org/changeset/115026
Author:   mojca at macports.org
Date:     2013-12-22 03:31:08 -0800 (Sun, 22 Dec 2013)
Log Message:
-----------
efte: first line & whitespace only

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

Modified: trunk/dports/editors/efte/Portfile
===================================================================
--- trunk/dports/editors/efte/Portfile	2013-12-22 10:58:17 UTC (rev 115025)
+++ trunk/dports/editors/efte/Portfile	2013-12-22 11:31:08 UTC (rev 115026)
@@ -1,32 +1,32 @@
+# -*- 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$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            efte
-version         0.96
-revision	3
-categories      editors
-platforms       darwin
-maintainers     reiffert openmaintainer
-description     configurable programmers editor
+name                efte
+version             0.96
+revision            3
+categories          editors
+platforms           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    sourceforge:project/efte/efte/${version}
+homepage            http://efte.sourceforge.net
+master_sites        sourceforge:project/efte/efte/${version}
 
-checksums       efte-${version}.tar.gz md5 ae60a3056e73d4655569f455e4c6283e
-depends_build\
-	bin:cmake:cmake \
-	port:xorg-libsm \
-	port:xorg-libXext \
-	port:xpm
+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.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}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131222/90ed77a3/attachment.html>


More information about the macports-changes mailing list