Ticket #16651: Portfile

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

Portfile for rdesktop 1.6.0

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 --with-libao=${prefix}
32build.target    rdesktop
33
34checksums       md5 c6fcbed7f0ad7e60ac5fcb2d324d8b16 \
35                                sha1 b8bfd03d4640d285a0aee5b3fb199a47cb4225f2 \
36                                rmd160 cf604cd1bc0707b485deb653efa3e47e21fabc4c
37
38variant                 w2k_license_hack description {will announce the client as Windows 2000 machine} {
39                                patchfiles patch-licence.c
40                                }