# $Id: Portfile,v 1.4 2005/08/11 21:33:14 rshaw Exp $ PortSystem 1.0 name cotvnc version 1.3.6 categories aqua vnc maintainers darwinports@opendarwin.org description Chicken of the VNC is a VNC client for Mac OS X long_description Chicken of the VNC is a Cocoa based VNC client for \ Mac OS X. A VNC client allows one to display and \ interact with a remote computer screen. In other \ words, you can use Chicken of the VNC to interact \ with a remote computer as though it's right next to \ you. homepage http://sourceforge.net/projects/cotvnc/ master_sites sourceforge:cotvnc distname ChickenOfTheVNC${version} checksums md5 750dc7444a17afc701ab2e23daf4adff platforms darwin depends_lib lib:libz.1:zlib worksrcdir ${name} use_configure no build.type pbx build.target destroot { set appPath "/Applications/DarwinPorts" cd ${worksrcpath}/build xinstall -d -m 0755 ${destroot}/${appPath} system "cp -R 'Chicken of the VNC.app' ${destroot}/${appPath}/" } variant beta { version 2.0b2 checksums md5 960a56b9a97598bd309d63bc5c66abfa distname ${name}-[strsed ${version} {g/[.]//}] }