[41605] trunk/dports/audio/libsdl_sound/Portfile

nox at macports.org nox at macports.org
Thu Nov 6 19:35:00 PST 2008


Revision: 41605
          http://trac.macports.org/changeset/41605
Author:   nox at macports.org
Date:     2008-11-06 19:34:59 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
libsdl_sound: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/audio/libsdl_sound/Portfile

Modified: trunk/dports/audio/libsdl_sound/Portfile
===================================================================
--- trunk/dports/audio/libsdl_sound/Portfile	2008-11-07 03:29:53 UTC (rev 41604)
+++ trunk/dports/audio/libsdl_sound/Portfile	2008-11-07 03:34:59 UTC (rev 41605)
@@ -1,51 +1,59 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-PortSystem		1.0
-name			libsdl_sound
-version			1.0.1
-revision		4
-categories		audio devel
-maintainers		nomaintainer
-description		handles decoding of several popular sound file formats
-long_description	SDL_sound is a library that handles the decoding of \
-					several popular sound file formats, such as .WAV and \
-					.MP3. It is meant to make the programmer's sound \
-					playback tasks simpler.
-platforms		macosx
-homepage		http://icculus.org/SDL_sound/
-master_sites	http://icculus.org/SDL_sound/downloads/
-distname		SDL_sound-${version}
-checksums		md5 49e197ef7c8ab623d0640dc74be43160
-depends_lib		bin:sdl-config:libsdl \
-				bin:smpeg-config:smpeg \
-				bin:libmikmod-config:libmikmod \
-				lib:libvorbis.0:libvorbis
+#
+PortSystem      1.0
+name            libsdl_sound
+version         1.0.1
+revision        4
+categories      audio devel
+maintainers     nomaintainer
+platforms       macosx
+description     handles decoding of several popular sound file formats
 
-depends_build	port:libtool \
-				bin:automake:automake \
-				bin:autoconf:autoconf
+long_description \
+    SDL_sound is a library that handles the decoding of \
+    several popular sound file formats, such as .WAV and \
+    .MP3. It is meant to make the programmer's sound \
+    playback tasks simpler.
 
-patchfiles		patch-acinclude.m4
+homepage        http://icculus.org/SDL_sound/
+master_sites    http://icculus.org/SDL_sound/downloads/
+distname        SDL_sound-${version}
 
+checksums       md5 49e197ef7c8ab623d0640dc74be43160
+
+depends_build   port:libtool \
+                bin:automake:automake \
+                bin:autoconf:autoconf
+
+depends_lib     bin:sdl-config:libsdl \
+                bin:smpeg-config:smpeg \
+                bin:libmikmod-config:libmikmod \
+                lib:libvorbis.0:libvorbis
+
+patchfiles      patch-acinclude.m4
+
+configure.args  --disable-sdltest \
+                --disable-smpegtest
+
 pre-configure {
-	ui_info "Initial preparation...this can take awhile, so sit tight..."
-	system "cd ${worksrcpath} && aclocal"
-	system "cd ${worksrcpath} && glibtoolize --automake --copy --force"
-	system "cd ${worksrcpath} && autoheader"
-	system "cd ${worksrcpath} && automake --foreign --add-missing --copy"
-	system "cd ${worksrcpath} && autoconf"
-	ui_info "Ready to run ./configure ..."
+    ui_info "Initial preparation...this can take awhile, so sit tight..."
+    system "cd ${worksrcpath} && aclocal"
+    system "cd ${worksrcpath} && glibtoolize --automake --copy --force"
+    system "cd ${worksrcpath} && autoheader"
+    system "cd ${worksrcpath} && automake --foreign --add-missing --copy"
+    system "cd ${worksrcpath} && autoconf"
+    ui_info "Ready to run ./configure ..."
 }
-configure.args	--disable-sdltest \
-				--disable-smpegtest
 
-post-destroot	{
-	xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README TODO \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot   {
+    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 platform darwin 6 {
-	depends_lib-append	lib:libdl:dlcompat
+    depends_lib-append  lib:libdl:dlcompat
 }
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/f3285716/attachment-0001.html>


More information about the macports-changes mailing list