| 1 | # $Id: Portfile 34480 2008-02-26 19:06:20Z reiffert@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name rdesktop |
|---|
| 6 | version 1.6.0 |
|---|
| 7 | revision 1 |
|---|
| 8 | categories net |
|---|
| 9 | maintainers cshbell@gmail.com noses@noses.com |
|---|
| 10 | description Windows Terminal Server Client |
|---|
| 11 | long_description \ |
|---|
| 12 | rdesktop is an RDP client to access Microsoft Terminal Server \ |
|---|
| 13 | based services. \ |
|---|
| 14 | \ |
|---|
| 15 | The variant called w2k-license-hack is a backported patch from \ |
|---|
| 16 | an rdesktop 1.1 patchset which wasn't integrated into the latest \ |
|---|
| 17 | version -- it will announce the client as Windows 2000 machine \ |
|---|
| 18 | causing the Terminal Server to provide a license for free. \ |
|---|
| 19 | Please argue over this with your own conscience. |
|---|
| 20 | |
|---|
| 21 | platforms darwin freebsd |
|---|
| 22 | |
|---|
| 23 | homepage http://rdesktop.sourceforge.net/ |
|---|
| 24 | master_sites sourceforge |
|---|
| 25 | |
|---|
| 26 | depends_lib lib:libX11.6:XFree86 \ |
|---|
| 27 | port:openssl \ |
|---|
| 28 | port:libiconv \ |
|---|
| 29 | port:libao |
|---|
| 30 | |
|---|
| 31 | configure.args --mandir=${prefix}/share/man --with-libao=${prefix} |
|---|
| 32 | build.target rdesktop |
|---|
| 33 | |
|---|
| 34 | checksums md5 c6fcbed7f0ad7e60ac5fcb2d324d8b16 \ |
|---|
| 35 | sha1 b8bfd03d4640d285a0aee5b3fb199a47cb4225f2 \ |
|---|
| 36 | rmd160 cf604cd1bc0707b485deb653efa3e47e21fabc4c |
|---|
| 37 | |
|---|
| 38 | variant w2k_license_hack description {will announce the client as Windows 2000 machine} { |
|---|
| 39 | patchfiles patch-licence.c |
|---|
| 40 | } |
|---|