[22223] trunk/dports/graphics/wxWidgets-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 22 06:26:32 PST 2007


Revision: 22223
          http://trac.macosforge.org/projects/macports/changeset/22223
Author:   mww at macports.org
Date:     2007-02-22 06:26:32 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
move wxWidgets-devel out of the way of wxWidgets, so both can be installed simultaneously

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-devel/Portfile

Modified: trunk/dports/graphics/wxWidgets-devel/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-devel/Portfile	2007-02-22 14:02:15 UTC (rev 22222)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile	2007-02-22 14:26:32 UTC (rev 22223)
@@ -4,6 +4,7 @@
 
 name			wxWidgets-devel
 version			2.8.2-rc1
+revision		1
 categories		graphics devel
 platforms		darwin
 maintainers		jwa at macports.org mww at macports.org
@@ -44,12 +45,16 @@
 
 extract.only	${distname}-${version}${extract.suffix}
 
-#configure.cmd	../${distname}-${version}/configure
+set sub			wx-devel
 configure.cmd	../configure
 configure.env	CPPFLAGS="-I${prefix}/include" \
 				CFLAGS="-I${prefix}/include" \
 				LDFLAGS="-L${prefix}/lib"
 configure.args	--mandir=${prefix}/share/man \
+				--libdir=${prefix}/lib/${sub} \
+				--bindir=${prefix}/lib/${sub}/bin \
+				--includedir=${prefix}/include/${sub} \
+				--datadir=${prefix}/share/${sub} \
 				--with-libiconv-prefix=${prefix} \
 				--with-libjpeg \
 				--with-libtiff \
@@ -89,6 +94,5 @@
 		readme-gtk.txt readme-mac.txt \
 		readme-mgl.txt readme-motif.txt readme-x11.txt \
 		${destroot}${prefix}/share/doc/${name}
-	system "cd ${destroot}${prefix}/bin && \
-		ln -sf ${prefix}/lib/wx/config/mac-unicode-release-2.8 wx-config"
 }
+

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


More information about the macports-changes mailing list