summaryrefslogtreecommitdiff
path: root/misc/tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux/Makefile')
-rw-r--r--misc/tmux/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
new file mode 100644
index 00000000000..d59b5c2fd47
--- /dev/null
+++ b/misc/tmux/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/06 12:16:17 hasso Exp $
+
+DISTNAME= tmux-0.7
+PKGREVISION= 1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
+
+MAINTAINER= hasso@NetBSD.org
+HOMEPAGE= http://tmux.sourceforge.net/
+COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+NO_CONFIGURE= yes
+USE_NCURSES= yes
+
+INSTALL_MAKE_FLAGS+= \
+ INSTALL_MAN=${INSTALL_MAN:Q} \
+ INSTALL_MAN_DIR=${INSTALL_PROGRAM_DIR:Q} \
+ INSTALL_PROGRAM_DIR=${INSTALL_PROGRAM_DIR:Q} \
+ INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"