1 | # $Id: Portfile, v1.4.1 2006/04/11 $ |
---|
2 | PortSystem 1.0 |
---|
3 | name rdesktop |
---|
4 | version 1.4.1 |
---|
5 | categories net |
---|
6 | maintainers noses@noses.com, cshbell@gmail.com |
---|
7 | description Windows Terminal Server client |
---|
8 | long_description \ |
---|
9 | rdesktop is an RDP client for accessing Microsoft Terminal Server \ |
---|
10 | based services. \ |
---|
11 | \ |
---|
12 | The variant called w2k-license-hack is a backported patch from \ |
---|
13 | an rdesktop 1.1 patchset that wasn't integrated into the latest \ |
---|
14 | version -- it will announce the client as a Windows 2000 machine, \ |
---|
15 | causing the Terminal Server to provide a license for free. \ |
---|
16 | Please argue over this with your own conscience. |
---|
17 | |
---|
18 | homepage http://rdesktop.sourceforge.net/ |
---|
19 | master_sites sourceforge |
---|
20 | platforms darwin freebsd |
---|
21 | checksums md5 78dd2bae04edf1cb9f65c29930dcc993 |
---|
22 | configure.args --mandir=${prefix}/share/man |
---|
23 | build.target rdesktop |
---|
24 | |
---|
25 | variant w2k-license-hack { patchfiles patch-licence.c } |
---|
26 | variant devel { |
---|
27 | fetch.type cvs |
---|
28 | cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/rdesktop |
---|
29 | cvs.module rdesktop |
---|
30 | cvs.tag HEAD |
---|
31 | version HEAD |
---|
32 | worksrcdir ${cvs.module} |
---|
33 | post-patch { cd ${worksrcpath} system "autoconf" } } |
---|
34 | |
---|