[42782] trunk/dports/devel/evas/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Sun Nov 30 14:41:54 PST 2008


Revision: 42782
          http://trac.macports.org/changeset/42782
Author:   macsforever2000 at macports.org
Date:     2008-11-30 14:41:54 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/devel/evas/Portfile

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2008-11-30 22:36:37 UTC (rev 42781)
+++ trunk/dports/devel/evas/Portfile	2008-11-30 22:41:54 UTC (rev 42782)
@@ -1,26 +1,40 @@
 # $Id$
-PortSystem 1.0
-name		evas
-version		0.9.9.037
-description	Evas is a hardware-accelerated canvas API for X11.
-long_description        Evas is a hardware-accelerated canvas API for X-Windows \
-			that can draw anti-aliased text, smooth super and sub-sampled \
-			images, alpha-blend, as well as drop down to using normal X11 \
-			primitives such as pixmaps, lines and rectangles for speed if \
-			your CPU or graphics hardware are too slow.
-maintainers	nomaintainer
-categories	devel x11
-platforms	darwin 
-homepage	http://www.enlightenment.org
+
+PortSystem      1.0
+
+name            evas
+version         0.9.9.037
+
+description     Evas is a hardware-accelerated canvas API for X11.
+long_description \
+                Evas is a hardware-accelerated canvas API for X-Windows \
+                that can draw anti-aliased text, smooth super and sub-sampled \
+                images, alpha-blend, as well as drop down to using normal X11 \
+                primitives such as pixmaps, lines and rectangles for speed if \
+                your CPU or graphics hardware are too slow.
+
+maintainers     nomaintainer
+categories      devel x11
+platforms       darwin 
+homepage        http://www.enlightenment.org
+
 master_sites    http://enlightenment.freedesktop.org/files \
-		sourceforge:enlightenment
-checksums	md5 21cb713b01be39992a7c48d0ea23429b
-depends_lib     port:eet port:glitz port:cairo \
-                port:tiff port:imlib2 port:libungif
-configure.cppflags-append	"-I${x11prefix}/include"
-configure.args	--mandir=${prefix}/share/man --enable-glitz-x11 \
-		--enable-gl-x11 --enable-buffer
+                sourceforge:enlightenment
+checksums       md5 21cb713b01be39992a7c48d0ea23429b
 
+depends_lib     port:eet \
+                port:glitz \
+                port:cairo \
+                port:tiff \
+                port:imlib2 \
+                port:libungif
+
+configure.cppflags-append   "-I${x11prefix}/include"
+configure.args  --mandir=${prefix}/share/man \
+                --enable-glitz-x11 \
+                --enable-gl-x11 \
+                --enable-buffer
+
 variant with_svg {
-	depends_lib-append	port:librsvg
+    depends_lib-append  port:librsvg
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/1b37b13d/attachment.html>


More information about the macports-changes mailing list