[113268] trunk/dports/emulators/sheepshaver/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 13 00:58:05 PST 2013


Revision: 113268
          https://trac.macports.org/changeset/113268
Author:   ryandesign at macports.org
Date:     2013-11-13 00:58:05 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
sheepshaver: whitespace changes; add modeline

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

Modified: trunk/dports/emulators/sheepshaver/Portfile
===================================================================
--- trunk/dports/emulators/sheepshaver/Portfile	2013-11-13 08:55:53 UTC (rev 113267)
+++ trunk/dports/emulators/sheepshaver/Portfile	2013-11-13 08:58:05 UTC (rev 113268)
@@ -1,60 +1,66 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			sheepshaver
-cvs.date		20110101
-version			2.3-${cvs.date}
-categories		emulators
-platforms		darwin
-maintainers		nomaintainer
-description		PowerPC Mac OS run-time environment
-long_description	SheepShaver is an Open Source PowerPC Mac OS run-time \
-					environment. That is, it enables you to run PowerPC \
-					Classic Mac OS software on your computer, even if you are \
-					using a different operating system. However, you still \
-					need a copy of Mac OS and a Power Macintosh ROM image to \
-					use this program. 
-homepage		http://sheepshaver.cebix.net/
+name                sheepshaver
+cvs.date            20110101
+version             2.3-${cvs.date}
+categories          emulators
+platforms           darwin
+maintainers         nomaintainer
 
-fetch.type		cvs
-cvs.root		:pserver:anoncvs at cvs.cebix.net:/home/cvs/cebix
-cvs.password	anoncvs
-cvs.module		BasiliskII SheepShaver
+description         PowerPC Mac OS run-time environment
 
-depends_build	port:autoconf \
-				port:automake
+long_description    SheepShaver is an Open Source PowerPC Mac OS run-time \
+                    environment. That is, it enables you to run PowerPC \
+                    Classic Mac OS software on your computer, even if you are \
+                    using a different operating system. However, you still \
+                    need a copy of Mac OS and a Power Macintosh ROM image to \
+                    use this program.
 
-depends_lib		path:lib/pkgconfig/sdl.pc:libsdl \
-				port:gtk2
+homepage            http://sheepshaver.cebix.net/
 
-worksrcdir		SheepShaver/src/Unix
+fetch.type          cvs
+cvs.root            :pserver:anoncvs at cvs.cebix.net:/home/cvs/cebix
+cvs.password        anoncvs
+cvs.module          BasiliskII SheepShaver
 
+depends_build       port:autoconf \
+                    port:automake
+
+depends_lib         path:lib/pkgconfig/sdl.pc:libsdl \
+                    port:gtk2
+
+worksrcdir          SheepShaver/src/Unix
+
 post-extract {
-	file mkdir ${worksrcpath}/Darwin
+    file mkdir ${worksrcpath}/Darwin
 }
 
-patchfiles		patch-Makefile.in.diff
+patchfiles          patch-Makefile.in.diff
 
 pre-configure {
-	system "cd ${worksrcpath}/../../ && make links"
-	system "cd ${worksrcpath} && NO_CONFIGURE=yes ACLOCAL_FLAGS=\"-I m4\" ./autogen.sh"
+    system "cd ${worksrcpath}/../../ && make links"
+    system "cd ${worksrcpath} && NO_CONFIGURE=yes ACLOCAL_FLAGS=\"-I m4\" ./autogen.sh"
 }
 
-configure.args	--enable-sdl-video --enable-sdl-audio \
-				--disable-vosf --without-mon \
-				--with-gtk --without-esd
+configure.args      --enable-sdl-video \
+                    --enable-sdl-audio \
+                    --disable-vosf \
+                    --without-mon \
+                    --with-gtk \
+                    --without-esd
 
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/../../doc/Linux ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/../../doc/Linux ${destroot}${prefix}/share/doc/${name}
 }
 
 variant no_x11 {
-	configure.args-delete	--with-gtk
-	configure.args-append	--without-gtk
-	depends_lib-delete		port:gtk2
+    configure.args-delete   --with-gtk
+    configure.args-append   --without-gtk
+    depends_lib-delete      port:gtk2
 }
 
-universal_variant	no
+universal_variant   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131113/c3693d2f/attachment.html>


More information about the macports-changes mailing list