# $Id: Portfile,v 1.6 2005/08/11 21:33:15 rshaw Exp $ PortSystem 1.0 name osxvnc version 1.5 categories aqua vnc maintainers darwinports@opendarwin.org description OSXvnc is a robust, full-featured VNC server for Mac OS X long_description OSXvnc is a robust, full-featured VNC server for Mac \ OS X that allows any VNC client to remotely view \ and/or control the Mac OS X machine. OSXvnc is \ supported by Redstone Software Inc, developers of \ Eggplant for cross-platform testing and automation \ platforms darwin homepage http://www.redstonesoftware.com/vnc.html fetch.type cvs cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/${name} cvs.args -r V[strsed ${version} {g/[.]/_/}] cvs.module OSXvnc worksrcdir ${cvs.module} set appName ${cvs.module} depends_lib lib:libz.1:zlib patchfiles patch-project.pbxproj use_configure no build.type pbx build.target -buildstyle Deployment -target OSXvnc destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 0755 ${appPath} system "cp -R ${worksrcpath}/build/${appName}.app ${appPath}" }