summaryrefslogtreecommitdiff
path: root/sysutils/tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tmux/Makefile')
-rw-r--r--sysutils/tmux/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
deleted file mode 100644
index 8dbdecba5a12..000000000000
--- a/sysutils/tmux/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: tmux
-# Date created: 28 May 2008
-# Whom: Wen Heping <wenheping@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tmux
-DISTVERSION= 0.9
-CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= wenheping@gmail.com
-COMMENT= A Terminal Multiplexer
-
-HAS_CONFIGURE= yes
-
-MAN1= tmux.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in CHANGES FAQ NOTES
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
-.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
- ${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>