Ticket #26336: Portfile

File Portfile, 1.4 KB (added by rudloff@…, 12 years ago)
Line 
1# $Id: Portfile 78512 2011-05-10 12:57:07Z ryandesign@macports.org $
2
3PortSystem      1.0
4PortGroup       cmake   1.0
5
6name            FreeRDP
7version         1.0-bete2
8categories      net devel
9maintainers     strasweb.fr:rudloff openmaintainer
10description     A Remote Desktop Protocol Implementation
11long_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.
12license         Apache License 2.0
13homepage        http://www.freerdp.com/
14master_sites    http://cloud.github.com/downloads/${name}/${name}/
15worksrcdir      ${name}-${name}-42735c4
16checksums       sha256     965503cb3b2ae2bfb11d261bab8617ef3d6c0a870f104c7d4f5dbc9f0b201470
17platforms       darwin
18
19depends_build     port:gcc42
20depends_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                       
28patchfiles      channels-rdpdr-printer-printer_cups.c.diff
29
30platform darwin 8 {
31    configure.args-append  -DCMAKE_SHARED_LINKER_FLAGS="-mmacosx-version-min=10.4"
32}