# $Id: Portfile,v 1.4 2004/10/16 11:25:35 olegb Exp $ PortSystem 1.0 name rdesktop version 1.3.1 categories net maintainers noses@noses.com description Windows Terminal Server Client long_description \ rdesktop is an RDP clietn to access Microsoft Terminal Server \ based services. \ \ The variant called w2k-license-hack is a backported patch from \ an rdesktop 1.1 patchset which wasn't integrated into the latest \ version -- it will announce the client as Windows 2000 machine \ causing the Terminal Server to provide a license for free. \ Please argue over this with your own conscience. platforms darwin freebsd homepage http://rdesktop.sourceforge.net/ master_sites sourceforge configure.args --mandir=${prefix}/share/man build.target rdesktop checksums md5 968a1e3f5161bab80c306df31c54cfb1 #worksrcdir rdesktop variant w2k-license-hack { patchfiles patch-licence.c } variant devel { fetch.type cvs cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/rdesktop cvs.module rdesktop cvs.tag HEAD version HEAD worksrcdir ${cvs.module} post-patch { cd ${worksrcpath} system "autoconf" } }