openbsd-ports/x11/xcape/Makefile
edd d04675299c Import x11/xcape:
---8<---
xcape allows you to use a modifier key as another key when pressed and released
on its own. Note that it is slightly slower than pressing the original key,
because the pressed event does not occur until the key is released. The default
behaviour is to generate the Escape key when Left Control is pressed and
released on its own. (If you don't understand why anybody would want this, I'm
guessing that Vim is not your favourite text editor ;)
--->8---

From Jon Bernard, with input from myself, sthen@ and schwarze@.

OK sthen@.

Thanks all.
2017-07-16 16:23:40 +00:00

22 lines
369 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/07/16 16:23:40 edd Exp $
COMMENT = configure a modifier key when pressed and released by itself
GH_ACCOUNT = alols
GH_PROJECT = xcape
GH_TAGNAME = v1.2
CATEGORIES = x11
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xtst c pthread
MAKE_FLAGS = PREFIX=${PREFIX} \
MANDIR="/man/man1"
NO_TEST = Yes
.include <bsd.port.mk>