# $Id: Portfile 48709 2009-03-27 08:25:58Z toby@macports.org $ PortSystem 1.0 name tmux version 0.7 categories sysutils maintainers toby description terminal multiplexer long_description \ tmux is a \"terminal multiplexer\", it enables a number of terminals \ (or windows) to be accessed and controlled from a single terminal. \ tmux is intended to be a simple, modern, BSD-licensed alternative \ to programs such as GNU screen. homepage http://sourceforge.net/projects/tmux/ platforms darwin master_sites sourceforge checksums md5 bcdabfb8c49c3797ddd058bdeb3f1bfc \ sha1 11c27de5de98367ea2c94ea70ef098e5e70eeead \ rmd160 81f60d21230b995651e91e18e587d484e40f6c96 patchfiles GNUmakefile.diff configure { reinplace "s|__PREFIX__|${prefix}|" "${worksrcpath}/GNUmakefile" reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile" reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile" } livecheck.regex tmux tmux-(\[^ \]+) released