[95796] trunk/dports/emulators/scummvm/Portfile

mww at macports.org mww at macports.org
Sun Jul 22 13:27:03 PDT 2012


Revision: 95796
          https://trac.macports.org/changeset/95796
Author:   mww at macports.org
Date:     2012-07-22 13:27:03 -0700 (Sun, 22 Jul 2012)
Log Message:
-----------
scummvm: whitespace changes only

Modified Paths:
--------------
    trunk/dports/emulators/scummvm/Portfile

Modified: trunk/dports/emulators/scummvm/Portfile
===================================================================
--- trunk/dports/emulators/scummvm/Portfile	2012-07-22 20:23:15 UTC (rev 95795)
+++ trunk/dports/emulators/scummvm/Portfile	2012-07-22 20:27:03 UTC (rev 95796)
@@ -1,43 +1,44 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		scummvm
-version		1.5.0
-platforms       darwin
-categories	emulators games
-maintainers	mww openmaintainer
-license		{GPL-2 BSD}
-description	cross-platform interpreter for several adventure engines
-long_description	ScummVM is a cross-platform interpreter for several \
-			point-and-click adventure engines. This includes all \
-			SCUMM-based adventures by LucasArts, Simon the \
-			Sorcerer by AdventureSoft, and Beneath a Steel Sky and \
-			Broken Sword 2 by Revolution
+name                scummvm
+version             1.5.0
+platforms           darwin
+categories          emulators games
+maintainers         mww openmaintainer
+license             {GPL-2 BSD}
+description         cross-platform interpreter for several adventure engines
+long_description    \
+    ScummVM is a cross-platform interpreter for several point-and-click \
+    adventure engines. This includes all SCUMM-based adventures by LucasArts, \
+    Simon the Sorcerer by AdventureSoft, and Beneath a Steel Sky and Broken \
+    Sword 2 by Revolution.
 
-homepage	http://scummvm.org/
-master_sites	sourceforge:project/${name}/${name}/${version}
-use_bzip2	yes
+homepage            http://scummvm.org/
+master_sites        sourceforge:project/${name}/${name}/${version}
+use_bzip2           yes
 checksums           sha256  81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e \
                     rmd160  7ef975945c03f344e790502f34067698f8b71068
 
-depends_lib	path:lib/pkgconfig/sdl.pc:libsdl \
-		port:libmad \
-		port:libogg \
-		port:libvorbis \
-		port:libpng \
-		port:flac
+depends_lib         port:libsdl \
+                    port:libmad \
+                    port:libogg \
+                    port:libvorbis \
+                    port:libpng \
+                    port:flac
 
-configure.args	--with-sdl-prefix=${prefix} \
-		--with-mad-prefix=${prefix} \
-		--with-ogg-prefix=${prefix} \
-		--with-vorbis-prefix=${prefix} \
-		--with-flac-prefix=${prefix} \
-		--with-zlib-prefix=${prefix} \
-		--with-png-prefix=${prefix} \
-		--enable-release \
-		--enable-verbose-build
+configure.args      --with-sdl-prefix=${prefix} \
+                    --with-mad-prefix=${prefix} \
+                    --with-ogg-prefix=${prefix} \
+                    --with-vorbis-prefix=${prefix} \
+                    --with-flac-prefix=${prefix} \
+                    --with-zlib-prefix=${prefix} \
+                    --with-png-prefix=${prefix} \
+                    --enable-release \
+                    --enable-verbose-build
 
 platform darwin {
-	destroot.args	INSTALL=/usr/bin/install
+    destroot.args   INSTALL=/usr/bin/install
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120722/55cde421/attachment.html>


More information about the macports-changes mailing list