Ticket #20664: Portfile

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