Ticket #13055: Portfile

File Portfile, 1.3 KB (added by cshbell@…, 16 years ago)

New Portfile for rdesktop with diffs to fix #13055

Line 
1# $Id: Portfile 34480 2008-02-26 19:06:20Z reiffert@macports.org $
2
3PortSystem 1.0
4
5name                    rdesktop
6version                 1.6.0
7revision                1
8categories              net
9maintainers             cshbell@gmail.com noses@noses.com
10description             Windows Terminal Server Client
11long_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
21platforms               darwin freebsd
22
23homepage                http://rdesktop.sourceforge.net/
24master_sites            sourceforge
25
26depends_lib             lib:libX11.6:XFree86 \
27                        port:openssl \
28                        port:libiconv \
29                        port:libao
30
31configure.args          --mandir=${prefix}/share/man \
32                        --x-includes=${x11prefix}/include \
33                        --x-libraries=${x11prefix}/lib \
34                        --with-libao=${prefix} \
35                        --with-openssl=${prefix} \
36                        --with-libiconv-prefix=${prefix}
37
38build.target            rdesktop
39
40checksums               md5 c6fcbed7f0ad7e60ac5fcb2d324d8b16 \
41                        sha1 b8bfd03d4640d285a0aee5b3fb199a47cb4225f2 \
42                        rmd160 cf604cd1bc0707b485deb653efa3e47e21fabc4c
43
44variant                 w2k_license_hack description {will announce the client as Windows 2000 machine} {
45                        patchfiles patch-licence.c
46                        }