pkgsrc/x11/rofi/options.mk
kamil 7b7ce72686 Import rofi-1.0.1 as x11/rofi
A popup window switcher roughly based on superswitcher. This version started
off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
this great tool should go to him. Rofi developed extra features, like a
run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
a very versatile tool.

Using Rofi is a lot like dmenu, but extended for an improved work flow.

Originally packaged in pkgsrc-wip by myself.
2016-06-12 20:31:10 +00:00

12 lines
254 B
Makefile

# $NetBSD: options.mk,v 1.1 2016/06/12 20:31:10 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rofi
PKG_SUPPORTED_OPTIONS= i3
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mi3)
.include "../../wm/i3/buildlink3.mk"
.endif