mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
eca7f206e4
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>
25 lines
387 B
Makefile
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>
|