# -*- 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 libre version 0.4.17 categories net platforms darwin maintainers db.org:aeh license BSD description Protocol library for real-time communications with async \ I/O support long_description ${name} is a ${description}. homepage http://www.creytiv.com/ master_sites ${homepage}pub/ distname re-${version} checksums rmd160 7c732c27b6ca813d87f1b5c09375dec4878cf92e \ sha256 2ce089b64909dc2aaa71421245e3a76dfe8a3279478f3eebd2aaead591106098 depends_lib port:zlib \ path:lib/libssl.dylib:openssl use_configure no build.args PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE= 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/libre.dylib ${destroot}${prefix}/lib/libre.dylib" } livecheck.name re