# $Id: Portfile,v 1.1 2004/01/29 23:17:32 rshaw Exp $ PortSystem 1.0 name osx2x version 2.2.0 categories aqua maintainers rshaw@opendarwin.org description small Aqua application to control X11 servers from Mac OS X long_description osx2x is a small Mac OS X application that lets you \ control other machines running either an X11 server \ or a VNC server using your mac's mouse and keyboard. \ So if you happen to have a mac and either an X \ Windows machine or a machine running VNC on your \ desk you only need to use a single keyboard and \ mouse! platforms darwin homepage http://www.opendarwin.org/projects/osx2x/ fetch.type cvs cvs.root :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od cvs.module ${name} set cvsdate 20040128 distname ${name} depends_lib lib:libX11.6:XFree86 post-fetch { cd ${worksrcpath} system "/usr/bin/env ${cvs.env} cvs update -D ${cvsdate}" } use_configure no build.type pbx build.dir ${worksrcpath}/src build.target destroot { cd ${worksrcpath}/src/build set path ${destroot}/Applications/DarwinPorts xinstall -d -m 0755 ${path} system "ditto -v -rsrcFork osx2x.app ${path}/osx2x.app" }