[36472] trunk/dports/x11/wine/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 3 17:24:29 PDT 2008


Revision: 36472
          http://trac.macosforge.org/projects/macports/changeset/36472
Author:   ryandesign at macports.org
Date:     2008-05-03 17:24:28 -0700 (Sat, 03 May 2008)

Log Message:
-----------
wine: whitespace changes only (tabs to spaces)

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2008-05-04 00:07:15 UTC (rev 36471)
+++ trunk/dports/x11/wine/Portfile	2008-05-04 00:24:28 UTC (rev 36472)
@@ -1,69 +1,69 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem              1.0
 
-name                wine
-version             0.9.59
-categories          x11
-maintainers         ryandesign jwa openmaintainer
-homepage            http://www.winehq.com/
-platforms           darwin
-distname            wine-${version}
-use_bzip2           yes
-build.target        depend all
+name                    wine
+version                 0.9.59
+categories              x11
+maintainers             ryandesign jwa openmaintainer
+homepage                http://www.winehq.com/
+platforms               darwin
+distname                wine-${version}
+use_bzip2               yes
+build.target            depend all
 
 description \
-	Wine Is Not an Emulator
+    Wine Is Not an Emulator
 
 long_description \
-	Wine is an implementation of the Windows APIs on top of X11.
+    Wine is an implementation of the Windows APIs on top of X11.
 
 master_sites \
-	sourceforge:wine \
-	http://ibiblio.org/pub/linux/system/emulators/wine/
+    sourceforge:wine \
+    http://ibiblio.org/pub/linux/system/emulators/wine/
 
 checksums \
-	md5 8704e227745382e8ef5246787c482b23 \
-	sha1 db89a1fb1251beb5d3463d53bb4a1b8fc61d29b0 \
-	rmd160 fc96c66706e4c5b38d07aac9403bcc39ab35affe
+    md5 8704e227745382e8ef5246787c482b23 \
+    sha1 db89a1fb1251beb5d3463d53bb4a1b8fc61d29b0 \
+    rmd160 fc96c66706e4c5b38d07aac9403bcc39ab35affe
 
 depends_lib \
-	lib:libX11.6:XFree86 \
-	port:expat \
-	port:fontconfig \
-	port:fontforge \
-	port:freetype \
-	port:jpeg \
-	port:libiconv \
-	port:libxml2 \
-	port:libxslt \
-	port:ncurses \
-	port:openssl \
-	port:render \
-	port:xrender \
-	port:zlib
+    lib:libX11.6:XFree86 \
+    port:expat \
+    port:fontconfig \
+    port:fontforge \
+    port:freetype \
+    port:jpeg \
+    port:libiconv \
+    port:libxml2 \
+    port:libxslt \
+    port:ncurses \
+    port:openssl \
+    port:render \
+    port:xrender \
+    port:zlib
 
 depends_build \
-	port:pkgconfig
+    port:pkgconfig
 
 configure.ldflags-append \
-	-framework CoreServices \
-	-lz
+    -framework CoreServices \
+    -lz
 
 configure.args \
-	--x-includes=${x11prefix}/include/
+    --x-includes=${x11prefix}/include/
 
 pre-fetch {
-	if { [string compare ${os.endian} "little"] != 0 } {
-		return -code error "${name} only runs on little-endian computers, such as an Intel Mac."
-	}
+    if { [string compare ${os.endian} "little"] != 0 } {
+        return -code error "${name} only runs on little-endian computers, such as an Intel Mac."
+    }
 }
 
 post-destroot {
-	file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/bin/wine-real
-	xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine
-	reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
+    file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/bin/wine-real
+    xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine
+    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 
-livecheck.check     sourceforge
-livecheck.regex     "<title>Source Packages (.*) released.*</title>"
+livecheck.check         sourceforge
+livecheck.regex         "<title>Source Packages (.*) released.*</title>"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080503/48eea96e/attachment.html


More information about the macports-changes mailing list