[62910] trunk/dports/graphics/imlib2/Portfile

nox at macports.org nox at macports.org
Thu Jan 21 11:59:39 PST 2010


Revision: 62910
          http://trac.macports.org/changeset/62910
Author:   nox at macports.org
Date:     2010-01-21 11:59:38 -0800 (Thu, 21 Jan 2010)
Log Message:
-----------
Make whitespace changes to imlib2

Modified Paths:
--------------
    trunk/dports/graphics/imlib2/Portfile

Modified: trunk/dports/graphics/imlib2/Portfile
===================================================================
--- trunk/dports/graphics/imlib2/Portfile	2010-01-21 14:54:55 UTC (rev 62909)
+++ trunk/dports/graphics/imlib2/Portfile	2010-01-21 19:59:38 UTC (rev 62910)
@@ -1,45 +1,52 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem      1.0
 
-name                imlib2
-version             1.4.2
-revision            1
-categories          graphics devel
-maintainers         nomaintainer
-description         Image loading and rendering library
+name            imlib2
+version         1.4.2
+revision        1
+categories      graphics devel
+platforms       darwin
+maintainers     nomaintainer
+description     Image loading and rendering library
+
 long_description \
    Imlib is a general Image loading and rendering library designed to make \
    the task of loading images, and obtaining X-Windows drawables a simple \
    task, as well as a quick one. It also aims to provide simple \
    manipulation routines that might be desired for common operations.
 
-platforms           darwin
 
-homepage            http://www.enlightenment.org/pages/imlib2.html
-master_sites        sourceforge:enlightenment
+homepage        http://www.enlightenment.org/pages/imlib2.html
+master_sites    sourceforge:enlightenment
 
-checksums           md5     0c866a7e696ad5ac58bc9312149f15f0 \
-                    sha1    769ea1da26774cd7531d1d66432cf8d7d7b30c2b \
-                    rmd160  9b1f40ee392c1e27c6a75bbf7e8c7fb379e74695
+checksums       md5     0c866a7e696ad5ac58bc9312149f15f0 \
+                sha1    769ea1da26774cd7531d1d66432cf8d7d7b30c2b \
+                rmd160  9b1f40ee392c1e27c6a75bbf7e8c7fb379e74695
 
-depends_build       port:pkgconfig
+depends_build \
+    port:pkgconfig
 
-depends_lib         port:xorg-libX11 port:xorg-libXext port:libpng \
-                    port:jpeg port:freetype port:zlib \
-                    port:giflib port:libid3tag
+depends_lib \
+    port:giflib \
+    port:libid3tag \
+    port:libpng \
+    port:jpeg \
+    port:freetype \
+    port:xorg-libX11 \
+    port:xorg-libXext \
+    port:zlib
 
-use_autoreconf      yes
-autoreconf.args     -fv
+use_autoreconf  yes
+autoreconf.args -fv
 
 post-destroot {
-   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-   eval xinstall -m 644 -W ${worksrcpath}/doc \
-      [glob ${worksrcpath}/doc/*.gif] index.html \
-      ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 -W ${worksrcpath}/doc \
+        [glob ${worksrcpath}/doc/*.gif] index.html \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 platform i386 {
-   configure.args-append   --disable-mmx --disable-amd64
+    configure.args-append   --disable-mmx --disable-amd64
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100121/c951e108/attachment.html>


More information about the macports-changes mailing list