# -*- 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: Portfile 94251 2012-06-13 11:16:11Z stromnov@macports.org $

PortSystem          1.0

name                crossroads
version             1.2.0
revision            0
categories          net sysutils devel
license             LGPL
platforms           darwin
supported_archs     i386 x86_64

maintainers         openmaintainer stromnov

description         A fork of the ZeroMQ project.

long_description    ${description}

homepage            http://www.crossroads.io/
master_sites        http://download.crossroads.io/

distname            libxs-${version}

checksums           rmd160  3358316ceb8ce2fe8b51676d392df068edf880e8 \
                    sha256  525dc999cc6524779bc4eef510e423077b7f7ea491cb3ad6d8056ecaf99ff515

variant zmq description {build ØMQ compatibility library} {
    configure.args-append   --enable-libzmq
    conflicts               zmq zmq20 zeromq
}

universal_variant   no

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     libxs-(\[0-9.\]+)${extract.suffix}
