Ticket #14484: rdesktop-Portfile.diff
File rdesktop-Portfile.diff, 1.3 KB (added by reiffert@…, 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 33678 2008-02-03 01:40:27Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name rdesktop 5 6 version 1.5.0 7 revision 1 6 8 categories net 7 9 maintainers cshbell@gmail.com noses@noses.com 8 10 description Windows Terminal Server Client … … 26 28 port:libiconv \ 27 29 port:libao 28 30 29 configure.args --mandir=${prefix}/share/man \ 30 --with-libao=${prefix} 31 configure.args --mandir=${prefix}/share/man --with-libao=${prefix} 31 32 build.target rdesktop 32 33 33 34 checksums md5 433546f60fc0f201e99307ba188369ed \ 34 35 sha1 e3086bf865191eed41631813125f482e279c7f3d \ 35 36 rmd160 350e08166d0b7620b4ed9c6594addae7ec53d15a 36 37 37 #worksrcdir rdesktop 38 39 variant w2k_license_hack { 38 variant w2k_license_hack description {will announce the client as Windows 2000 machine} { 40 39 patchfiles patch-licence.c 41 }42 43 variant devel {44 fetch.type cvs45 cvs.root :pserver:anonymous@rdesktop.cvs.sourceforge.net:/cvsroot/rdesktop46 cvs.module rdesktop47 cvs.tag HEAD48 version HEAD49 worksrcdir ${cvs.module}50 post-patch {51 cd ${worksrcpath}52 system "autoconf"53 }54 40 }