[67789] trunk/dports/x11/wxgtk/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue May 18 08:01:13 PDT 2010


Revision: 67789
          http://trac.macports.org/changeset/67789
Author:   macsforever2000 at macports.org
Date:     2010-05-18 08:01:11 -0700 (Tue, 18 May 2010)
Log Message:
-----------
detab. whitespace.

Modified Paths:
--------------
    trunk/dports/x11/wxgtk/Portfile

Modified: trunk/dports/x11/wxgtk/Portfile
===================================================================
--- trunk/dports/x11/wxgtk/Portfile	2010-05-18 14:58:56 UTC (rev 67788)
+++ trunk/dports/x11/wxgtk/Portfile	2010-05-18 15:01:11 UTC (rev 67789)
@@ -1,40 +1,46 @@
 # $Id$
 
-PortSystem		1.0
-name			wxgtk
-version			2.8.4
-revision                3
-categories		x11
-maintainers		nomaintainer
-description		The wxWidgets GUI toolkit with GTK+ bindings
-long_description	\
-	A C++ package for platform independent software development
+PortSystem      1.0
 
-homepage		http://wxwidgets.org/
-platforms		darwin
-master_sites	sourceforge:wxwindows
-distname		wxGTK-${version}
-checksums		md5 22e42c1601d9759530c875ffa2c3c554
-use_bzip2		yes
+name            wxgtk
+version         2.8.4
+revision        3
+categories      x11
+platforms       darwin
+maintainers     nomaintainer
 
-depends_lib		port:gtk2 port:tiff port:jpeg \
-				port:libpng port:freetype \
-				port:zlib
+description     The wxWidgets GUI toolkit with GTK+ bindings
+long_description    \
+    A C++ package for platform independent software development
 
-patchfiles		patch-Makefile.in \
+homepage        http://wxwidgets.org/
+master_sites    sourceforge:wxwindows
+distname        wxGTK-${version}
+
+checksums       md5 22e42c1601d9759530c875ffa2c3c554
+
+use_bzip2       yes
+
+depends_lib     port:gtk2 \
+                port:tiff \
+                port:jpeg \
+                port:libpng \
+                port:freetype \
+                port:zlib
+
+patchfiles      patch-Makefile.in \
                 patch-gsocket.diff
 
+configure.args  --with-gtk --with-libpng --with-libjpeg --with-libtiff \
+                --with-freetype --with-zlib
 
-configure.args	--with-gtk --with-libpng --with-libjpeg --with-libtiff \
-				--with-freetype --with-zlib
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 [glob ${worksrcpath}/*.txt] \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 [glob ${worksrcpath}/*.txt] \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 variant opengl {
-	depends_lib-append		port:mesa
-	configure.args-append	--with-opengl
+    depends_lib-append      port:mesa
+    configure.args-append   --with-opengl
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/1bcf86e2/attachment.html>


More information about the macports-changes mailing list