[33104] trunk/dports/www/firefox-x11/Portfile

nox at macports.org nox at macports.org
Thu Jan 17 15:46:54 PST 2008


Revision: 33104
          http://trac.macosforge.org/projects/macports/changeset/33104
Author:   nox at macports.org
Date:     2008-01-17 15:46:53 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
firefox-x11: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2008-01-17 22:40:26 UTC (rev 33103)
+++ trunk/dports/www/firefox-x11/Portfile	2008-01-17 23:46:53 UTC (rev 33104)
@@ -1,76 +1,88 @@
 # $Id$
 
-PortSystem	1.0
+PortSystem      1.0
 
-name		firefox-x11
-categories	www x11
-version		2.0.0.7
-revision	1
-platforms	darwin
-maintainers	nomaintainer
-description	Mozilla.org's popular stand-alone browser
-long_description	\
-		Firefox empowers you to browse faster, more safely and more \
-		efficiently than with any other browser. Join more than 44 \
-		million others and make the switch today. Firefox imports \
-		your Favorites, settings and other information, so you have \
-		nothing to lose.
+name            firefox-x11
+categories      www x11
+version         2.0.0.7
+revision        1
+platforms       darwin
+maintainers     nomaintainer
+description     Mozilla.org's popular stand-alone browser
 
-homepage	http://www.mozilla.com/firefox/
-master_sites	http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/
-distname	firefox-${version}-source
-checksums	rmd160 8fd4e43cda35b2401d6ed800305d4fc52216ea1c
-use_bzip2	yes
-worksrcdir	mozilla
+long_description \
+    Firefox empowers you to browse faster, more safely and more \
+    efficiently than with any other browser. Join more than 44 \
+    million others and make the switch today. Firefox imports \
+    your Favorites, settings and other information, so you have \
+    nothing to lose.
 
-depends_lib	port:libidl \
-		port:glib2 \
-		port:zip \
-		port:gtk2 \
-		port:gnome-vfs \
-		port:gnome-icon-theme \
-		port:cairo
-depends_build	port:pkgconfig
+homepage        http://www.mozilla.com/firefox/
+master_sites    http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/
+distname        firefox-${version}-source
+use_bzip2       yes
 
-patchfiles	patch-browser-app-profile-firefox.js \
+checksums       rmd160 8fd4e43cda35b2401d6ed800305d4fc52216ea1c
+
+worksrcdir      mozilla
+
+patchfiles      patch-browser-app-profile-firefox.js \
                 patch-xpcom-build-Makefile \
-		patch-dylib_file.diff \
-		patch-layout-build-Makefile.in \
-		patch-build-unix-mozilla-xpcom.pc \
-		patch-browser-app-mozilla.in \
-		patch-xptcall_x86.diff
+                patch-dylib_file.diff \
+                patch-layout-build-Makefile.in \
+                patch-build-unix-mozilla-xpcom.pc \
+                patch-browser-app-mozilla.in \
+                patch-xptcall_x86.diff
 
-configure.args	--enable-application=browser \
-		--disable-official-branding \
-		--with-distribution-id=org.macports \
-		--disable-static \
-		--enable-shared \
-		--enable-default-toolkit=gtk2 \
-		--enable-xft \
-		--disable-freetype2 \
-		--enable-xinerama \
-		--with-pthreads \
-		--enable-gnomevfs \
-		--enable-postscript \
-		--disable-prebinding \
-		--disable-debug \
-		--enable-strip \
-		--enable-optimize='-O2' \
-		--disable-tests \
-		--with-default-mozilla-five-home=${prefix}/lib/firefox \
-		--with-system-jpeg=${prefix} \
-		--with-system-zlib=${prefix} \
-		--with-system-png=${prefix} \
-		--enable-system-cairo \
-		--with-system-cairo=${prefix}
-		
+depends_build   port:pkgconfig
+
+depends_lib     port:libidl \
+                port:glib2 \
+                port:zip \
+                port:gtk2 \
+                port:gnome-vfs \
+                port:gnome-icon-theme \
+                port:cairo
+
+
+configure.args  --enable-application=browser \
+                --disable-official-branding \
+                --with-distribution-id=org.macports \
+                --disable-static \
+                --enable-shared \
+                --enable-default-toolkit=gtk2 \
+                --enable-xft \
+                --disable-freetype2 \
+                --enable-xinerama \
+                --with-pthreads \
+                --enable-gnomevfs \
+                --enable-postscript \
+                --disable-prebinding \
+                --disable-debug \
+                --enable-strip \
+                --enable-optimize='-O2' \
+                --disable-tests \
+                --with-default-mozilla-five-home=${prefix}/lib/firefox \
+                --with-system-jpeg=${prefix} \
+                --with-system-zlib=${prefix} \
+                --with-system-png=${prefix} \
+                --enable-system-cairo \
+                --with-system-cairo=${prefix}
+        
 variant debug {
-        configure.args-delete --disable-debug --enable-optimize='-O2' --enable-strip
-        configure.args-append --enable-debug --disable-optimize --disable-strip
+    configure.args-delete   --disable-debug \
+                            --enable-optimize='-O2' \
+                            --enable-strip
+    
+    configure.args-append   --enable-debug \
+                            --disable-optimize \
+                            --disable-strip
 }
 
-post-destroot	{
-	file mkdir	${destroot}${prefix}/share/applications
-	file copy	${filespath}/share-applications-firefox.desktop \
-				${destroot}${prefix}/share/applications/firefox.desktop
+post-destroot   {
+    file mkdir ${destroot}${prefix}/share/applications
+    
+    copy \
+        ${filespath}/share-applications-firefox.desktop \
+        ${destroot}${prefix}/share/applications/firefox.desktop
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/4ce6d1df/attachment.html


More information about the macports-changes mailing list