Changeset 118296 for trunk/dports


Ignore:
Timestamp:
Mar 29, 2014, 2:30:30 PM (10 years ago)
Author:
cal@…
Message:

rdesktop: add modeline, whitespace, remove defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/rdesktop/Portfile

    r118295 r118296  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    45
    5 name            rdesktop
    6 version         1.7.1
    7 revision        1
    8 categories      net
    9 license         GPL-3+
    10 maintainers     nomaintainer
    11 description     Windows Terminal Server Client
    12 long_description        \
    13         rdesktop is an RDP client to access Microsoft Terminal Server \
    14         based services. \
    15         \
    16         The variant called w2k-license-hack is a backported patch from \
    17         an rdesktop 1.1 patchset which was not integrated into the latest \
    18         version -- it will announce the client as Windows 2000 machine \
    19         causing the Terminal Server to provide a license for free. \
    20         Please argue over this with your own conscience.
    21        
    22 platforms       darwin freebsd
     6name                rdesktop
     7version             1.7.1
     8revision            1
     9categories          net
     10license             GPL-3+
     11maintainers         nomaintainer
     12description         Windows Terminal Server Client
     13long_description    \
     14    rdesktop is an RDP client to access Microsoft Terminal Server based services.\
     15    \
     16    The variant called w2k-license-hack is a backported patch from an rdesktop \
     17    1.1 patchset which was not integrated into the latest version -- it will \
     18    announce the client as Windows 2000 machine causing the Terminal Server to \
     19    provide a license for free. Please argue over this with your own \
     20    conscience.
    2321
    24 homepage        http://rdesktop.sourceforge.net/
    25 master_sites    sourceforge
     22platforms           darwin freebsd
    2623
    27 universal_variant no
    28 use_parallel_build yes
     24homepage            http://rdesktop.sourceforge.net/
     25master_sites        sourceforge
    2926
    30 depends_build   port:pkgconfig
    31 depends_lib     port:xorg-libX11 \
    32                 port:xorg-libXrandr \
    33                 port:openssl \
    34                 port:libiconv \
    35                 port:libao \
    36                 port:libsamplerate
     27universal_variant   no
    3728
    38 configure.args          --mandir=${prefix}/share/man \
    39                         --with-sound=libao \
    40                         --with-openssl=${prefix} \
    41                         --with-libiconv-prefix=${prefix}
     29depends_build       port:pkgconfig
     30depends_lib         port:xorg-libX11 \
     31                    port:xorg-libXrandr \
     32                    port:openssl \
     33                    port:libiconv \
     34                    port:libao \
     35                    port:libsamplerate
    4236
    43 build.target    rdesktop
     37configure.args      --mandir=${prefix}/share/man \
     38                    --with-sound=libao \
     39                    --with-openssl=${prefix} \
     40                    --with-libiconv-prefix=${prefix}
    4441
    45 checksums       md5 c4b39115951c4a6d74f511c99b18fcf9 \
    46                 sha1 c718d0f49948a964c7ef8424b8ade73ecce3aba3   \
    47                 rmd160 d9f39cb75ab13d7be846f61ea40276cddcbcb550
     42build.target        rdesktop
    4843
    49 variant         w2k_license_hack description {will announce the client as Windows 2000 machine} {
    50                         patchfiles patch-licence.c
    51                 }
     44checksums           md5 c4b39115951c4a6d74f511c99b18fcf9 \
     45                    sha1 c718d0f49948a964c7ef8424b8ade73ecce3aba3   \
     46                    rmd160 d9f39cb75ab13d7be846f61ea40276cddcbcb550
     47
     48variant w2k_license_hack description {will announce the client as Windows 2000 machine} {
     49    patchfiles patch-licence.c
     50}
    5251
    5352variant smartcard description {enables smartcard forwarding} {
Note: See TracChangeset for help on using the changeset viewer.