0e9313f099
PR#45315 by Bug Hunting. Changes include: - window content buffering upon resize, this actually improves usability quite a bit. Thanks to Niki Yoshiuchi for the initial patch - multiplexing mode, press MOD+a and your keystrokes will be sent to all non minimized windows. Could be handy if you have to do something interactive simultaneously on multiple servers. - a bug fix which should prevent leaking open file descriptors
32 lines
891 B
Makefile
32 lines
891 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/08/31 12:54:58 obache Exp $
|
|
#
|
|
|
|
DISTNAME= dvtm-0.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
HOMEPAGE= http://www.brain-dump.org/projects/dvtm/
|
|
COMMENT= Dynamic virtual terminal manager
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
USE_LANGUAGES= c99
|
|
USE_NCURSES= yes
|
|
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-build
|
|
SUBST_MESSAGE.makefile= Fixing config.mk
|
|
SUBST_FILES.makefile= config.mk
|
|
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
|
|
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
|
|
SUBST_SED.makefile+= -e 's,^CFLAGS =,CFLAGS +=,'
|
|
SUBST_SED.makefile+= -e 's,^LDFLAGS =,LDFLAGS +=,'
|
|
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|