[19774] trunk/dports/devel/ode/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 29 10:06:16 PDT 2006


Revision: 19774
          http://trac.macosforge.org/projects/macports/changeset/19774
Author:   markd at macports.org
Date:     2006-09-29 10:06:16 -0700 (Fri, 29 Sep 2006)

Log Message:
-----------
Closes 10475.  Update to 0.7.

Modified Paths:
--------------
    trunk/dports/devel/ode/Portfile

Modified: trunk/dports/devel/ode/Portfile
===================================================================
--- trunk/dports/devel/ode/Portfile	2006-09-29 16:15:02 UTC (rev 19773)
+++ trunk/dports/devel/ode/Portfile	2006-09-29 17:06:16 UTC (rev 19774)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		ode
-version		0.5
+version		0.7
 categories	devel
 platforms	darwin
 maintainers	mww at opendarwin.org
@@ -17,26 +17,18 @@
 
 homepage	http://opende.sourceforge.net/
 master_sites	sourceforge:opende
-checksums	md5 b33b21e04ee9661f27802b6b6c8eefd2
-extract.suffix	.tgz
-patchfiles	patch-drawstuff.cpp.diff \
-		patch-user-settings.diff
+distfiles	${name}-src-${version}.zip
+checksums	md5 b6727fef2cbb9ca812438bb774c9d6ec
+use_zip		yes
 
 depends_lib	lib:libGL:XFree86
 
-use_configure	no
-
 build.type	gnu
 
-destroot	{
-	xinstall -d -m 755 ${destroot}${prefix}/include \
-		${destroot}${prefix}/lib
-	file copy ${worksrcpath}/include/ode ${destroot}${prefix}/include
-	file copy ${worksrcpath}/include/drawstuff ${destroot}${prefix}/include
-	xinstall -m 644 -W ${worksrcpath}/lib libode.a libdrawstuff.a \
-		${destroot}${prefix}/lib
+post-destroot	{
+	eval xinstall -m 644 [glob ${worksrcpath}/include/drawstuff/*] \
+		${destroot}${prefix}/include/ode
 	system "ranlib ${destroot}${prefix}/lib/libode.a"
-	system "ranlib ${destroot}${prefix}/lib/libdrawstuff.a"
 }
 
 variant opcode	{

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060929/1ce0c149/attachment.html


More information about the macports-changes mailing list