f5c62bac7a
Original diff from Nicholas Marriot (MAINTAINER); thanks! Debugging on macpcc a la merdely@ and MAINTAINER. ok merdely@
29 lines
631 B
Makefile
29 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/07/01 19:23:59 wcmaier Exp $
|
|
|
|
COMMENT= terminal multiplexer
|
|
|
|
DISTNAME= tmux-0.4a
|
|
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>
|