# $Id: Portfile,v 1.2 2004/02/06 06:35:26 rshaw Exp $ PortSystem 1.0 name cotvnc version 1.3.6 categories aqua vnc maintainers rshaw@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 { xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts system "ditto -v -rsrcFork \ ${worksrcpath}/build/'Chicken of the VNC.app' \ ${destroot}/Applications/DarwinPorts/'Chicken of the VNC.app'" }