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

blb at macports.org blb at macports.org
Sun Jul 19 20:46:01 PDT 2009


Revision: 54074
          http://trac.macports.org/changeset/54074
Author:   blb at macports.org
Date:     2009-07-19 20:46:01 -0700 (Sun, 19 Jul 2009)
Log Message:
-----------
graphics/imlib2 - whitespace

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

Modified: trunk/dports/graphics/imlib2/Portfile
===================================================================
--- trunk/dports/graphics/imlib2/Portfile	2009-07-20 03:36:17 UTC (rev 54073)
+++ trunk/dports/graphics/imlib2/Portfile	2009-07-20 03:46:01 UTC (rev 54074)
@@ -1,55 +1,46 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				imlib2
-version				1.4.1
-revision                        1
-categories			graphics devel
-maintainers			nomaintainer
-description			Image loading and rendering library
+name                imlib2
+version             1.4.1
+revision            1
+categories          graphics devel
+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.
+   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
+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	16a3d885e523303be794282c0ed90841 \
-				sha1	d1894311e9e84015a0a9451748f6f37387fe693d \
-				rmd160	29b4393e298825d4eb5922fb91a2dc558bde86d8
+checksums           md5 16a3d885e523303be794282c0ed90841 \
+                    sha1 d1894311e9e84015a0a9451748f6f37387fe693d \
+                    rmd160 29b4393e298825d4eb5922fb91a2dc558bde86d8
 
-depends_build \
-	port:pkgconfig \
-	port:autoconf \
-	port:automake \
-	port:libtool
+depends_build       port:pkgconfig port:autoconf port:automake port:libtool
 
-depends_lib	\
-	port:xorg-libX11 \
-	port:xorg-libXext \
-	port:libpng \
-	port:jpeg \
-	port:libpng \
-	port:freetype \
-	port:zlib \
-	port:libid3tag
+depends_lib         port:xorg-libX11 port:xorg-libXext port:libpng \
+                    port:jpeg port:libpng port:freetype port:zlib \
+                    port:libid3tag
 
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoconf        yes
+autoconf.cmd        autoreconf
+autoconf.args       -fvi
 
 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/20090719/10b7dabe/attachment.html>


More information about the macports-changes mailing list