[135594] trunk/dports/net/FreeRDP/Portfile

devans at macports.org devans at macports.org
Mon Apr 27 10:50:58 PDT 2015


Revision: 135594
          https://trac.macports.org/changeset/135594
Author:   devans at macports.org
Date:     2015-04-27 10:50:58 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
FreeRDP: add mode line, reformat, rearrange, no functional change.

Modified Paths:
--------------
    trunk/dports/net/FreeRDP/Portfile

Modified: trunk/dports/net/FreeRDP/Portfile
===================================================================
--- trunk/dports/net/FreeRDP/Portfile	2015-04-27 17:40:32 UTC (rev 135593)
+++ trunk/dports/net/FreeRDP/Portfile	2015-04-27 17:50:58 UTC (rev 135594)
@@ -1,8 +1,9 @@
+# -*- 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
 # $Id$
 
 PortSystem          1.0
-PortGroup   github  1.0
-PortGroup   cmake   1.0
+PortGroup           github  1.0
+PortGroup           cmake   1.0
 
 set version_name    1.1.0-beta
 set version_date    2013071101
@@ -15,31 +16,25 @@
 license             Apache
 maintainers         nomaintainer
 description         A Remote Desktop Protocol implementation
-long_description    \
-    FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released \
-    under the Apache license.
+long_description    FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released \
+                    under the Apache license.
 
 homepage            http://www.freerdp.com
 
 checksums           rmd160  0a08ae4452603d89a7596be2f6825f2f33fe2c9c \
                     sha256  ead34bb077451190abc177c5fda036b74191dba02045d69b59d0b9f29e9a1b38
     
-depends_lib-append      path:lib/libavcodec.dylib:ffmpeg \
-                        port:xorg-libX11 \
-                        port:xorg-libXcursor \
-                        port:xorg-libXext \
-                        port:xorg-libXi \
-                        port:xorg-libXinerama \
-                        port:xorg-libXv \
-                        port:xrender \
-                        port:zlib \
-                        port:openssl
+depends_lib-append  path:lib/libavcodec.dylib:ffmpeg \
+                    port:xorg-libX11 \
+                    port:xorg-libXcursor \
+                    port:xorg-libXext \
+                    port:xorg-libXi \
+                    port:xorg-libXinerama \
+                    port:xorg-libXv \
+                    port:xrender \
+                    port:zlib \
+                    port:openssl
 
-# optional ffmpeg support is disabled by default
-
-configure.args-append   "-DWITH_X11=ON" \
-			"-DWITH_FFMPEG=ON"
-
 patchfiles          patch-client_mac_mrdview.diff \
                     patch-ffmpeg-2.0.diff \
                     patch-winpr-include-winpr-platform.h.diff \
@@ -61,3 +56,9 @@
         copy -force ${filespath}/MainMenu.xib ${worksrcpath}/client/Mac/cli/MainMenu.xib
     }
 }
+
+# optional ffmpeg support is disabled by default
+
+configure.args-append \
+                    "-DWITH_X11=ON" \
+                    "-DWITH_FFMPEG=ON"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150427/f7bf98d8/attachment.html>


More information about the macports-changes mailing list