1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11/xbanish/Makefile
Pawel Pekala eca7f206e4 xbanish hides the mouse cursor when you start typing, and shows it
again when the mouse cursor moves or a mouse button is pressed.  This
is similar to xterm's pointerMode setting, but xbanish works globally
in the X11 session.

WWW: https://github.com/jcs/xbanish/

PR:		211325
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-07-31 19:19:49 +00:00

25 lines
387 B
Makefile

# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= xbanish
PORTVERSION= 1.4
DISTVERSIONPREFIX= v
CATEGORIES= x11
MAINTAINER= t@tobik.me
COMMENT= Banish the mouse cursor when typing
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= jcs
USE_XORG= x11 xfixes xi xt
MAKE_ARGS= X11BASE="${PREFIX}"
PLIST_FILES= bin/xbanish \
man/man1/xbanish.1.gz
.include <bsd.port.mk>