wcmaier 1821bd97a7 Update to 0.3.
Diff from MAINTAINER Nicholas Marriott <nicm__ at ntlworld dot com>,
tests by Brandon Mercer and a bunch of others.

"reads fine/go ahead" ajacoutot@
2008-06-18 15:07:11 +00:00

29 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/06/18 15:07:11 wcmaier Exp $
COMMENT= terminal multiplexer
DISTNAME= tmux-0.3
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
.include <bsd.port.mk>