[84540] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Tue Sep 27 12:49:58 PDT 2011


Revision: 84540
          http://trac.macports.org/changeset/84540
Author:   ryandesign at macports.org
Date:     2011-09-27 12:49:58 -0700 (Tue, 27 Sep 2011)
Log Message:
-----------
librem: new port, version 0.3.0; see #31411

Added Paths:
-----------
    trunk/dports/net/librem/
    trunk/dports/net/librem/Portfile

Added: trunk/dports/net/librem/Portfile
===================================================================
--- trunk/dports/net/librem/Portfile	                        (rev 0)
+++ trunk/dports/net/librem/Portfile	2011-09-27 19:49:58 UTC (rev 84540)
@@ -0,0 +1,51 @@
+# -*- 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           muniversal 1.0
+
+name                librem
+version             0.3.0
+categories          net
+platforms           darwin
+maintainers         db.org:aeh
+
+description         portable audio and video processing media library
+
+long_description    ${name} is a ${description}.
+
+homepage            http://www.creytiv.com/
+master_sites        ${homepage}pub/
+
+distname            rem-${version}
+
+checksums           rmd160  94f784b69ea07b17d02ebb09979c5651632d6a2f \
+                    sha256  fe299fd636e41408addc5daa6e592d9446697c61e3c4ca6349965c9c48e83530
+
+depends_lib         port:libre
+
+use_configure       no
+
+build.args          PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE= \
+                    LIBRE_MK=${prefix}/share/re/re.mk \
+                    LIBRE_INC=${prefix}/include/re \
+                    LIBRE_SO=${prefix}/lib
+destroot.args       ${build.args}
+
+if {[tbool configure.ccache]} {
+    build.env-append CCACHE=ccache
+}
+
+if {[variant_isset universal]} {
+    foreach arch ${configure.universal_archs} {
+        lappend merger_build_env(${arch})    CC='${configure.cc} -arch ${arch}'
+        lappend merger_destroot_env(${arch}) CC='${configure.cc} -arch ${arch}'
+    }
+} else {
+    build.env-append    CC='${configure.cc} ${configure.cc_archflags}'
+    destroot.env-append CC='${configure.cc} ${configure.cc_archflags}'
+}
+
+post-destroot {
+    system "install_name_tool -id ${prefix}/lib/librem.dylib ${destroot}${prefix}/lib/librem.dylib"
+}


Property changes on: trunk/dports/net/librem/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110927/cf7f7c7d/attachment.html>


More information about the macports-changes mailing list