[27727] trunk/dports/devel/libsdl-framework/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun Aug 12 19:14:37 PDT 2007
Revision: 27727
http://trac.macosforge.org/projects/macports/changeset/27727
Author: nox at macports.org
Date: 2007-08-12 19:14:37 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
libsdl-framework: Now uses xcode.project and fine-tune MACOSX_DEPLOYMENT_TARGET.
Modified Paths:
--------------
trunk/dports/devel/libsdl-framework/Portfile
Modified: trunk/dports/devel/libsdl-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl-framework/Portfile 2007-08-13 01:38:48 UTC (rev 27726)
+++ trunk/dports/devel/libsdl-framework/Portfile 2007-08-13 02:14:37 UTC (rev 27727)
@@ -34,22 +34,31 @@
platforms macosx
-worksrcdir ${distname}/Xcode/SDL
-
+xcode.project Xcode/SDL/SDL.xcodeproj
xcode.target "Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)"
-xcode.build.settings MACOSX_DEPLOYMENT_TARGET_ppc=10.3 \
- SDKROOT_ppc=/Developer/SDKs/MacOSX10.3.9.sdk
xcode.destroot.settings ${xcode.build.settings}
xcode.destroot.type framework
post-extract {
- system "cd ${workpath}/${distname} && tar -xvzf Xcode.tar.gz"
+ system "cd ${srcworkpath} && tar -xvzf Xcode.tar.gz"
}
variant x11 {
xcode.target Framework
}
+platform darwin 7 {
+ xcode.build.settings MACOSX_DEPLOYMENT_TARGET_ppc=10.3 \
+ SDKROOT_ppc=/Developer/SDKs/MacOSX10.3.9.sdk
+ xcode.destroot.settings ${xcode.build.settings}
+}
+
+platform darwin 8 {
+ xcode.build.settings MACOSX_DEPLOYMENT_TARGET_ppc=10.4 \
+ SDKROOT_ppc=/Developer/SDKs/MacOSX10.4u.sdk
+ xcode.destroot.settings ${xcode.build.settings}
+}
+
platform darwin i386 {
if {! [variant_isset universal]} {
xcode.build.settings-append ARCHS=i386
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070812/dd58496f/attachment.html
More information about the macports-changes
mailing list