1 | The rdesktop Portfile 41004 2008-10-20 20:57:06Z blb@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | Name: rdesktop |
---|
6 | Version: 1.6.0 |
---|
7 | Revision: 1 |
---|
8 | Category: net |
---|
9 | Maintainers: cshbell@gmail.com |
---|
10 | Description: Windows Terminal Server Client |
---|
11 | Long Description: rdesktop is an RDP client 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. |
---|
12 | |
---|
13 | Platform: darwin freebsd |
---|
14 | |
---|
15 | Homepage: http://rdesktop.sourceforge.net/ |
---|
16 | Master Sites: sourceforge |
---|
17 | |
---|
18 | depends_lib lib:libX11.6:XFree86 port:openssl port:libiconv port:libao |
---|
19 | |
---|
20 | configure.args --mandir=${prefix}/share/man --x-includes=${x11prefix}/include --x-libraries=${x11prefix}/lib --with-libao=${prefix} --with-openssl=${prefix} --with-libiconv-prefix=${prefix} |
---|
21 | |
---|
22 | build.target rdesktop |
---|
23 | |
---|
24 | Checksums: md5 c6fcbed7f0ad7e60ac5fcb2d324d8b16 sha1 b8bfd03d4640d285a0aee5b3fb199a47cb4225f2 rmd160 cf604cd1bc0707b485deb653efa3e47e21fabc4c |
---|
25 | |
---|
26 | Variant: w2k_license_hack description {will announce the client as Windows 2000 machine} |
---|
27 | { |
---|
28 | patchfiles patch-licence.c |
---|
29 | } |
---|
30 | |
---|
31 | Variant: smartcard description {enables smartcard forwarding} |
---|
32 | { |
---|
33 | configure.args-append --enable-smartcard |
---|
34 | } |
---|