pkgsrc/misc/dvtm/options.mk
tnn e209816882 Import dvtm-0.4 as pkgsrc/misc/dvtm.
dvtm brings the concept of tiling window management, popularized by X11-window
managers like dwm to the console. As a console window manager it tries to make
it easy to work with multiple console based programs like vim, mutt, cmus or
irssi.

Packaged by Leonardo Taccari in pkgsrc-wip.
2008-03-09 17:20:47 +00:00

17 lines
488 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2008/03/09 17:20:47 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dvtm
PKG_SUPPORTED_OPTIONS= wide-curses
PKG_SUGGESTED_OPTIONS= wide-curses
PKG_OPTIONS_LEGACY_OPTS+= ncursesw:wide-curses
.include "../../mk/bsd.options.mk"
USE_NCURSES= yes # mouse extensions (not X/Open Curses compliant)
.if !empty(PKG_OPTIONS:Mwide-curses)
. include "../../devel/ncursesw/buildlink3.mk"
BUILD_TARGET= unicode
.else
. include "../../devel/ncurses/buildlink3.mk"
.endif