Modified: users/ryandesign/ports/games/PCLauncher/Portfile (75710 => 75711)
--- users/ryandesign/ports/games/PCLauncher/Portfile 2011-02-05 05:56:41 UTC (rev 75710)
+++ users/ryandesign/ports/games/PCLauncher/Portfile 2011-02-05 06:01:19 UTC (rev 75711)
@@ -5,7 +5,7 @@
PortGroup xcode 1.0
name PCLauncher
-version 0.0.2-73317
+version 0.0.3-75358
categories games
maintainers ryandesign
homepage http://plasmaclient.servegame.org/
@@ -21,6 +21,9 @@
svn.revision [lindex [split ${version} -] 1]
worksrcdir ${name}
+# Use a working copy so the Xcode project can insert the current revision into the about box
+svn.method checkout
+
depends_lib port:libhsplasma
depends_run port:PlasmaClient \
@@ -57,10 +60,23 @@
}
}
+set docdir ${prefix}/share/doc/PlasmaClient
+
notes "
To start PlasmaClient, run PCLauncher in ${applications_dir}
-Instructions for using PlasmaClient are in the file ${prefix}/share/doc/PlasmaClient/readme.rtf
+Instructions for using PlasmaClient are in the files ${docdir}/README and ${docdir}/README.mac
For more information, please visit the Guild of Writers' IRC channel at irc://irc.guildofwriters.com/#writers
"
+
+platform darwin powerpc {
+ notes-append "\n\nPlasmaClient probably does not work at all on PowerPC Macs at this time; try an Intel Mac."
+}
+
+platform darwin 8 {
+ depends_run-delete port:Drizzle
+ if {![file isdirectory ${prefix}/share/mystonline/data/python] || ![file isdirectory ${prefix}/share/mystonline/data/SDL]} {
+ notes-append "\n\nOn Mac OS X 10.4 Tiger, ${name} cannot download the secure files for you. Manually copy the python and SDL directories into ${prefix}/share/mystonline/data from another Mac that has PlasmaClient."
+ }
+}