[75269] trunk/dports/devel/libsdl-framework/Portfile
jmr at macports.org
jmr at macports.org
Wed Jan 19 05:44:20 PST 2011
Revision: 75269
http://trac.macports.org/changeset/75269
Author: jmr at macports.org
Date: 2011-01-19 05:44:11 -0800 (Wed, 19 Jan 2011)
Log Message:
-----------
libsdl-framework: use frameworks_dir, mark noarch, cleanup
Modified Paths:
--------------
trunk/dports/devel/libsdl-framework/Portfile
Modified: trunk/dports/devel/libsdl-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl-framework/Portfile 2011-01-19 13:30:26 UTC (rev 75268)
+++ trunk/dports/devel/libsdl-framework/Portfile 2011-01-19 13:44:11 UTC (rev 75269)
@@ -2,12 +2,12 @@
# $Id$
PortSystem 1.0
-PortGroup xcode 1.0
name libsdl-framework
-set my_name SDL
-version 20091002
+version 20110119
categories devel multimedia
+platforms darwin
+supported_archs noarch
maintainers jmr openmaintainer
description Framework version of libsdl
@@ -23,7 +23,7 @@
build {}
destroot {
- set path ${prefix}/Library/Frameworks/SDL.framework
+ set path ${frameworks_dir}/SDL.framework
xinstall -d ${destroot}${path}/Versions/A
ln -sf ${prefix}/lib/libSDL.dylib ${destroot}${path}/Versions/A/SDL
@@ -33,6 +33,4 @@
ln -sf Versions/A/Headers ${destroot}${path}/Headers
}
-universal_variant no
-
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110119/756d8c1f/attachment-0001.html>
More information about the macports-changes
mailing list