# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 92141 2012-04-19 22:51:13Z g5pw@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        zolrath wemux 2.2.0 v
maintainers         g5pw
license             MIT
categories          devel
description         wemux enhances tmux to make multi-user terminal multiplexing both easier and more powerful.
long_description    ${description} It features multi-server support as well as user listing and notifications when users attach/detach.

platforms           darwin
supported_archs     noarch

depends_lib         port:tmux

checksums           rmd160  269d1708e362bcbccfa3f048bc4628cf7264d573 \
                    sha256  d4d3d8eae8c20d2f204dc6570560aa6340429a54bde6082b2d6326f045c3c45e

use_configure       no

build {}

destroot {
    xinstall -m 775 ${worksrcpath}/wemux ${destroot}${prefix}/bin
    xinstall -m 664 ${worksrcpath}/wemux.conf.example ${destroot}${prefix}/etc
}
