[75299] trunk/dports/devel/libsdl_ttf-framework/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 20 02:03:27 PST 2011


Revision: 75299
          http://trac.macports.org/changeset/75299
Author:   jmr at macports.org
Date:     2011-01-20 02:03:27 -0800 (Thu, 20 Jan 2011)
Log Message:
-----------
libsdl_ttf-framework: use frameworks_dir, mark noarch, cleanup

Modified Paths:
--------------
    trunk/dports/devel/libsdl_ttf-framework/Portfile

Modified: trunk/dports/devel/libsdl_ttf-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_ttf-framework/Portfile	2011-01-20 09:58:08 UTC (rev 75298)
+++ trunk/dports/devel/libsdl_ttf-framework/Portfile	2011-01-20 10:03:27 UTC (rev 75299)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       xcode 1.0
 
 name            libsdl_ttf-framework
-version         20100314
+version         20110120
 categories      devel graphics
+platforms       darwin
+supported_archs noarch
 maintainers     jmr openmaintainer
 description     Framework version of libsdl_ttf
 
@@ -15,13 +16,13 @@
 homepage        http://www.libsdl.org/projects/SDL_ttf/
 distfiles
 
-depends_run     port:libsdl_ttf
+depends_run     port:libsdl_ttf port:libsdl-framework
 
 use_configure   no
 build           {}
 
 destroot {
-    set path ${prefix}/Library/Frameworks/SDL_ttf.framework
+    set path ${frameworks_dir}/SDL_ttf.framework
     xinstall -d ${destroot}${path}/Versions/A/Headers
 
     ln -sf ${prefix}/lib/libSDL_ttf.dylib ${destroot}${path}/Versions/A/SDL_ttf
@@ -31,6 +32,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/20110120/d3f5722d/attachment-0001.html>


More information about the macports-changes mailing list