Ticket #14484: rdesktop-Portfile.diff

File rdesktop-Portfile.diff, 1.3 KB (added by reiffert@…, 16 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 33678 2008-02-03 01:40:27Z ryandesign@macports.org $
    22
    33PortSystem 1.0
     4
    45name            rdesktop
    56version         1.5.0
     7revision        1
    68categories      net
    79maintainers     cshbell@gmail.com noses@noses.com
    810description     Windows Terminal Server Client
     
    2628                port:libiconv \
    2729                port:libao
    2830               
    29 configure.args  --mandir=${prefix}/share/man \
    30                 --with-libao=${prefix}
     31configure.args  --mandir=${prefix}/share/man --with-libao=${prefix}
    3132build.target    rdesktop
    3233
    3334checksums       md5 433546f60fc0f201e99307ba188369ed \
    3435                sha1 e3086bf865191eed41631813125f482e279c7f3d \
    3536                rmd160 350e08166d0b7620b4ed9c6594addae7ec53d15a
    3637
    37 #worksrcdir     rdesktop
    38 
    39 variant         w2k_license_hack {
     38variant         w2k_license_hack description {will announce the client as Windows 2000 machine} {
    4039                        patchfiles patch-licence.c
    41                 }               
    42 
    43 variant         devel {
    44                         fetch.type       cvs
    45                         cvs.root         :pserver:anonymous@rdesktop.cvs.sourceforge.net:/cvsroot/rdesktop
    46                         cvs.module       rdesktop
    47                         cvs.tag          HEAD
    48                         version          HEAD
    49                         worksrcdir       ${cvs.module}
    50                         post-patch {
    51                             cd ${worksrcpath}
    52                             system "autoconf"
    53                         }
    5440                }