openbsd-ports/misc/tmux/Makefile
wcmaier af3ef287a9 Update to 0.6.
Diff from Nicholas Marriott (MAINTAINER), who also notes that this
update will break existing 0.5 configurations. See the CHANGES and
NOTES files for more information. Thanks!
2009-01-18 17:06:15 +00:00

33 lines
850 B
Makefile

# $OpenBSD: Makefile,v 1.5 2009/01/18 17:06:15 wcmaier Exp $
COMMENT= terminal multiplexer
DISTNAME= tmux-0.6
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>