tmux was imported into base before 4.6, so it can go from ports now
ok nicm@ aja@
This commit is contained in:
parent
c63e551dc7
commit
ae8034ed56
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.124 2009/09/06 11:15:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.125 2009/09/15 20:10:52 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
|
||||
#
|
||||
|
||||
@ -89,7 +89,6 @@
|
||||
SUBDIR += tkcron
|
||||
SUBDIR += tkinfo
|
||||
SUBDIR += tkman
|
||||
SUBDIR += tmux
|
||||
SUBDIR += tpwireless
|
||||
SUBDIR += ttyrec
|
||||
SUBDIR += viz
|
||||
|
@ -1,34 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/06/02 07:48:40 nicm Exp $
|
||||
|
||||
COMES_WITH= 4.6
|
||||
|
||||
COMMENT= terminal multiplexer
|
||||
|
||||
DISTNAME= tmux-0.8
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://www.sourceforge.net/projects/tmux/
|
||||
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c ncurses util
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
|
||||
|
||||
FAKE_FLAGS= PREFIX=${PREFIX}
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tmux
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/tmux
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tmux
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tmux
|
||||
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/tmux
|
||||
${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/tmux
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (tmux-0.8.tar.gz) = cpKRbB/uYDXe8dX079tHcA==
|
||||
RMD160 (tmux-0.8.tar.gz) = gfgo4K9ZqZTgtLqGqxdCH/19fpg=
|
||||
SHA1 (tmux-0.8.tar.gz) = h6nbgp/zbMQyEUZy9zVKdNZzgys=
|
||||
SHA256 (tmux-0.8.tar.gz) = 4WDYPH/sFcJzO7IpiD0HwH6IvuPM+bqF7TwbLAa59OM=
|
||||
SIZE (tmux-0.8.tar.gz) = 175515
|
@ -1,4 +0,0 @@
|
||||
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.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/01/18 17:06:15 wcmaier Exp $
|
||||
@bin bin/tmux
|
||||
@man man/man1/tmux.1
|
||||
share/doc/tmux/
|
||||
share/doc/tmux/CHANGES
|
||||
share/doc/tmux/FAQ
|
||||
share/doc/tmux/NOTES
|
||||
share/examples/tmux/
|
||||
share/examples/tmux/n-marriott.conf
|
||||
share/examples/tmux/n-marriott.sh
|
||||
share/examples/tmux/screen-keys.conf
|
||||
share/examples/tmux/tmux.vim
|
Loading…
Reference in New Issue
Block a user