Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@athos
Created July 10, 2009 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athos/144300 to your computer and use it in GitHub Desktop.
Save athos/144300 to your computer and use it in GitHub Desktop.
a MacPorts Portfile for tmux 0.9
# $Id: $
PortSystem 1.0
name tmux
version 0.9
categories sysutils
maintainers athos
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 2d1df646a6977bb7d9b20e53770d5593 \
sha1 b00283291b642c8db654bee78fcf5453ba248c66 \
rmd160 9847514485d2ad0f948def777fa8a2abd99cf34b
depends_lib port:ncurses
pre-build {
reinplace "s|/usr/local|/opt/local|g" "${worksrcpath}/GNUmakefile"
reinplace "s|/man/man1|/share/man/man1|g" "${worksrcpath}/GNUmakefile"
}
build.pre_args "-f GNUmakefile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment