[97223] trunk/dports/science/OpenCSG/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Aug 30 15:19:05 PDT 2012


Revision: 97223
          https://trac.macports.org/changeset/97223
Author:   macsforever2000 at macports.org
Date:     2012-08-30 15:19:04 -0700 (Thu, 30 Aug 2012)
Log Message:
-----------
OpenCSG: de-tab.

Modified Paths:
--------------
    trunk/dports/science/OpenCSG/Portfile

Modified: trunk/dports/science/OpenCSG/Portfile
===================================================================
--- trunk/dports/science/OpenCSG/Portfile	2012-08-30 22:14:46 UTC (rev 97222)
+++ trunk/dports/science/OpenCSG/Portfile	2012-08-30 22:19:04 UTC (rev 97223)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup			qt4 1.0
+PortGroup           qt4 1.0
 
 name                OpenCSG
 version             1.3.2
@@ -23,30 +23,30 @@
 checksums           rmd160  4480778c310a3d5f84933c1b35508dd94adf2332 \
                     sha256  c790c92998f7113cb35cde825f81c5532755908a0a3f43c3c3c8df2326b3b925
 
-depends_build		port:qt4-mac
+depends_build       port:qt4-mac
 # we only need qmake, don't care about it's arch
 set depends_skip_archcheck {qt4-mac}
 
-patchfiles			patch-src__src.pro-use-system-glew.diff
+patchfiles          patch-src__src.pro-use-system-glew.diff
 
 depends_lib         port:glew
 
-worksrcdir			${distname}/src
+worksrcdir          ${distname}/src
 
-configure.cmd		${qt_qmake_cmd}
+configure.cmd       ${qt_qmake_cmd}
 configure.pre_args
-configure.args		-o Makefile src.pro LIBS+="-lGLEW"
+configure.args      -o Makefile src.pro LIBS+="-lGLEW"
 configure.post_args
 configure.universal_args
 
 post-configure {
-	reinplace "s/-lQtGui -lQtCore//g" ${worksrcpath}/Makefile
+    reinplace "s/-lQtGui -lQtCore//g" ${worksrcpath}/Makefile
 }
 
 destroot {
-	eval file copy [glob ${worksrcpath}/../lib/*] ${destroot}${prefix}/lib
-	eval file copy [glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include
-	system "install_name_tool -id ${prefix}/lib/libopencsg.[lindex [split ${version} .] 0].dylib ${destroot}${prefix}/lib/libopencsg.dylib"
+    eval file copy [glob ${worksrcpath}/../lib/*] ${destroot}${prefix}/lib
+    eval file copy [glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include
+    system "install_name_tool -id ${prefix}/lib/libopencsg.[lindex [split ${version} .] 0].dylib ${destroot}${prefix}/lib/libopencsg.dylib"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120830/ec444948/attachment-0001.html>


More information about the macports-changes mailing list