[41284] trunk/dports/emulators/freesci/Portfile

blb at macports.org blb at macports.org
Wed Oct 29 12:33:48 PDT 2008


Revision: 41284
          http://trac.macports.org/changeset/41284
Author:   blb at macports.org
Date:     2008-10-29 12:33:47 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
emulators/freesci - whitespace changes

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

Modified: trunk/dports/emulators/freesci/Portfile
===================================================================
--- trunk/dports/emulators/freesci/Portfile	2008-10-29 19:30:26 UTC (rev 41283)
+++ trunk/dports/emulators/freesci/Portfile	2008-10-29 19:33:47 UTC (rev 41284)
@@ -1,34 +1,34 @@
 # $Id$
 
-PortSystem			1.0
-name				freesci
-version				0.3.4c
-categories			emulators
-maintainers			blb
-description			Interpreter for SCI (old Sierra Online) games
+PortSystem          1.0
+name                freesci
+version             0.3.4c
+categories          emulators
+maintainers         blb
+description         Interpreter for SCI (old Sierra Online) games
 long_description \
-	FreeSCI is a portable interpreter for SCI games, such as the Space \
-	Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). \
-	FreeSCI is still incomplete.
+   FreeSCI is a portable interpreter for SCI games, such as the Space \
+   Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). \
+   FreeSCI is still incomplete.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://freesci.linuxgames.com/
-master_sites		http://www-plan.cs.colorado.edu/creichen/freesci/ \
-					http://teksolv.de/~jameson/
-use_bzip2			yes
+homepage            http://freesci.linuxgames.com/
+master_sites        http://www-plan.cs.colorado.edu/creichen/freesci/ \
+                    http://teksolv.de/~jameson/
+use_bzip2           yes
 
-checksums			md5 2ec3240460316cb2901371d07662b1c4
+checksums           md5 2ec3240460316cb2901371d07662b1c4
 
-configure.args		--datadir=${prefix}/share/${name} \
-					--mandir=${prefix}/share/man \
-					--with-x --without-sdl
+configure.args      --datadir=${prefix}/share/${name} \
+                    --mandir=${prefix}/share/man \
+                    --with-x --without-sdl
 
-depends_lib			lib:libX11.6:XFree86
+depends_lib         lib:libX11.6:XFree86
 
 variant sdl description {Use the SDL interface instead of X11} {
-	depends_lib				port:libsdl
-	configure.args-delete	--with-x --without-sdl
-	configure.args-append	--without-x --with-sdl-prefix=${prefix}
+   depends_lib             port:libsdl
+   configure.args-delete   --with-x --without-sdl
+   configure.args-append   --without-x --with-sdl-prefix=${prefix}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081029/80b49e27/attachment.html>


More information about the macports-changes mailing list