# $Id$ PortSystem 1.0 name tmux version 0.5 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 6053c9be7e8e532705e5e6d6dd6acf3e \ sha1 058a1bb31ef1abe22ecfa3abd0feeba44b5e45ec \ rmd160 3745400dcdd2a759ace2b29013f97f6bbd67f4e7 patchfiles GNUmakefile.diff configure.cmd true post-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" }