Revision: 103472 https://trac.macports.org/changeset/103472 Author: jmr@macports.org Date: 2013-02-26 08:16:35 -0800 (Tue, 26 Feb 2013) Log Message: ----------- xglobe: set license, update homepage, use notes Modified Paths: -------------- trunk/dports/x11/xglobe/Portfile Modified: trunk/dports/x11/xglobe/Portfile =================================================================== --- trunk/dports/x11/xglobe/Portfile 2013-02-26 16:02:28 UTC (rev 103471) +++ trunk/dports/x11/xglobe/Portfile 2013-02-26 16:16:35 UTC (rev 103472) @@ -1,9 +1,12 @@ # $Id$ PortSystem 1.0 + name xglobe version 0.5p2 categories x11 +# GPL code linked to code licensed for non-commercial use only = non-distributable +license GPL-2+ Noncommercial Restrictive maintainers nomaintainer description XGlobe displays the earth as seen from space on your X desktop. long_description XGlobe displays the earth as seen from space on your X desktop, similar \ @@ -15,25 +18,20 @@ This port includes the work done by Mark Espie from OpenBSD, that has not \ yet be included upstream. Also there is a markerfile with the positions of \ the OpenDarwin developers. -homepage http://www.cs.unc.edu/~scheuerm/xglobe/ +homepage http://www.shaderwrangler.com/xglobe/ platforms darwin master_sites ftp://quatramaran.ens.fr/pub/espie/ checksums md5 068520cc8e835338e90ecc6e42f7d77b depends_lib lib:libqt-mt.3:qt3 universal_variant no patchfiles patch-Makefile patch-renderer_cpp -configure { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile +configure { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile reinplace "s|@@X11PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile } destroot.args DESTDIR=${destroot} destroot.destdir prefix=${destroot}${prefix} post-destroot { system "install -c \ ${portpath}/files/xglobe-markers.opendarwin ${destroot}${prefix}/share/xglobe/" } - -post-install { -ui_msg "\n -xglobe starts in the X11 root window so enable the full screen menu -in Apple's X11 preferences menu and then use Command-Shift-A to -enter and exit full screen mode to view xglobe in the X11 root window. -\n" -} +notes "xglobe starts in the X11 root window, so enable the full screen menu\ +in Apple's X11 preferences menu and then use Command-Shift-A to\ +enter and exit full screen mode to view xglobe in the X11 root window."
participants (1)
-
jmr@macports.org