# -*- 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.11 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 e775e371292b4fb4cb266c76e73693844f9a3e88 \ sha256 8264192ef1fc1c7acc241df8bbbd7c5af5eabb13a72b40080efedbb090ca5882 depends_lib port:zlib \ port: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