Ticket #8327: Portfile

File Portfile, 1.1 KB (added by cshbell@…, 18 years ago)

Updated Portfile for rdesktop-1.4.1

Line 
1# $Id: Portfile, v1.4.1 2006/04/11 $
2PortSystem      1.0
3name            rdesktop
4version         1.4.1
5categories      net
6maintainers     noses@noses.com, cshbell@gmail.com
7description     Windows Terminal Server client
8long_description        \
9        rdesktop is an RDP client for accessing Microsoft Terminal Server \
10        based services. \
11        \
12        The variant called w2k-license-hack is a backported patch from \
13        an rdesktop 1.1 patchset that wasn't integrated into the latest \
14        version -- it will announce the client as a Windows 2000 machine, \
15        causing the Terminal Server to provide a license for free. \
16        Please argue over this with your own conscience.
17
18homepage        http://rdesktop.sourceforge.net/
19master_sites    sourceforge
20platforms       darwin freebsd
21checksums       md5 78dd2bae04edf1cb9f65c29930dcc993
22configure.args  --mandir=${prefix}/share/man
23build.target    rdesktop
24
25variant         w2k-license-hack { patchfiles patch-licence.c }
26variant         devel {
27                        fetch.type      cvs
28                        cvs.root        :pserver:anonymous@cvs.sourceforge.net:/cvsroot/rdesktop
29                        cvs.module      rdesktop
30                        cvs.tag         HEAD
31                        version         HEAD
32                        worksrcdir      ${cvs.module}
33                        post-patch      { cd ${worksrcpath} system "autoconf" } }
34