[38898] trunk/dports/audio/openal/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 2 01:46:13 PDT 2008


Revision: 38898
          http://trac.macosforge.org/projects/macports/changeset/38898
Author:   ryandesign at macports.org
Date:     2008-08-02 01:46:13 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
openal: whitespace changes only

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

Modified: trunk/dports/audio/openal/Portfile
===================================================================
--- trunk/dports/audio/openal/Portfile	2008-08-02 08:43:08 UTC (rev 38897)
+++ trunk/dports/audio/openal/Portfile	2008-08-02 08:46:13 UTC (rev 38898)
@@ -1,49 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			openal
-version			1.0
-categories		audio devel
-platforms		darwin
-maintainers		nomaintainer
-description		OpenAL is a cross-platform 3D audio API
-long_description	OpenAL is a cross-platform 3D audio API appropriate for \
-					use with gaming applications and many other types of audio \
-					applications. 
+name                    openal
+version                 1.0
+categories              audio devel
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://www.openal.org/
-master_sites		macports
-#svn.url http://opensource.creative.com/repos/openal/tags/MacOSX1-2_Spec1-0/
-checksums		sha1 156d26e6369b13efe9a525cb0db9e6078ecb05a9
-use_bzip2		yes
+description             OpenAL is a cross-platform 3D audio API
+long_description        OpenAL is a cross-platform 3D audio API appropriate \
+                        for use with gaming applications and many other types \
+                        of audio applications.
 
-worksrcdir		openal-1.0/macosx
+homepage                http://www.openal.org/
+master_sites            macports
+#svn.url                 http://opensource.creative.com/repos/openal/tags/MacOSX1-2_Spec1-0/
+checksums               sha1 156d26e6369b13efe9a525cb0db9e6078ecb05a9
+use_bzip2               yes
 
+worksrcdir              openal-1.0/macosx
+
 patch {
     reinplace "s/CADebugMacros.cp/CADebugMacros.cpp/g" ${worksrcpath}/al_osx.pbproj/project.pbxproj
     reinplace "s/CADebugMacros.cp/CADebugMacros.cpp/g" ${worksrcpath}/al_osx.xcode/project.pbxproj
 }
 
-use_configure	no
+use_configure           no
 
-build.type		pbx
+build.type              pbx
 build.target
-build.args		-project al_osx.xcode
-post-build	{
-	file copy ${filespath}/Makefile ${worksrcpath}
-	system "cd ${worksrcpath} && make all PREFIX=${prefix}"
+build.args              -project al_osx.xcode
+post-build {
+    file copy ${filespath}/Makefile ${worksrcpath}
+    system "cd ${worksrcpath} && make all PREFIX=${prefix}"
 }
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/include/openal
-	xinstall -m 644 -W ${worksrcpath}/al al.h alc.h alctypes.h altypes.h \
-		alut.h ${destroot}${prefix}/include/openal
-	xinstall -m 644 ${worksrcpath}/libopenal1.0.0.dylib \
-		${destroot}${prefix}/lib
-	system "cd ${destroot}${prefix}/lib \
-		&& ln -s libopenal1.0.0.dylib libopenal1.0.dylib \
-		&& ln -s libopenal1.0.0.dylib libopenal1.dylib \
-		&& ln -s libopenal1.0.0.dylib libopenal.dylib"
+    xinstall -m 755 -d ${destroot}${prefix}/include/openal
+    xinstall -m 644 -W ${worksrcpath}/al al.h alc.h alctypes.h altypes.h \
+        alut.h ${destroot}${prefix}/include/openal
+    xinstall -m 644 ${worksrcpath}/libopenal1.0.0.dylib \
+        ${destroot}${prefix}/lib
+    system "cd ${destroot}${prefix}/lib \
+        && ln -s libopenal1.0.0.dylib libopenal1.0.dylib \
+        && ln -s libopenal1.0.0.dylib libopenal1.dylib \
+        && ln -s libopenal1.0.0.dylib libopenal.dylib"
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/1559c02e/attachment-0001.html 


More information about the macports-changes mailing list