1 | # $Id: Portfile 78512 2011-05-10 12:57:07Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name FreeRDP |
---|
7 | version 1.0-bete2 |
---|
8 | categories net devel |
---|
9 | maintainers strasweb.fr:rudloff openmaintainer |
---|
10 | description A Remote Desktop Protocol Implementation |
---|
11 | long_description FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience. |
---|
12 | license Apache License 2.0 |
---|
13 | homepage http://www.freerdp.com/ |
---|
14 | master_sites http://cloud.github.com/downloads/${name}/${name}/ |
---|
15 | worksrcdir ${name}-${name}-42735c4 |
---|
16 | checksums sha256 965503cb3b2ae2bfb11d261bab8617ef3d6c0a870f104c7d4f5dbc9f0b201470 |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | depends_build port:gcc42 |
---|
20 | depends_lib port:xorg-libX11 \ |
---|
21 | port:xorg-libXext \ |
---|
22 | port:xorg-libXinerama \ |
---|
23 | port:xorg-libXcursor \ |
---|
24 | port:xorg-libXdamage \ |
---|
25 | port:xorg-libXv \ |
---|
26 | port:xorg-libxkbfile |
---|
27 | |
---|
28 | patchfiles channels-rdpdr-printer-printer_cups.c.diff |
---|
29 | |
---|
30 | platform darwin 8 { |
---|
31 | configure.args-append -DCMAKE_SHARED_LINKER_FLAGS="-mmacosx-version-min=10.4" |
---|
32 | } |
---|