freebsd-ports/x11/xbanish/Makefile
Fernando Apesteguía c790aed95f x11/xbanish: update to 1.8
ChangeLog: https://github.com/jcs/xbanish/releases/tag/v1.8

 * add -s option to ignore scrolling events

Reported by:	portscout
2022-02-20 18:11:22 +01:00

21 lines
352 B
Makefile

PORTNAME= xbanish
DISTVERSIONPREFIX= v
DISTVERSION= 1.8
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Banish the mouse cursor when typing
LICENSE= BSD3CLAUSE
USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= jcs
USE_XORG= x11 xfixes xi xt
MAKE_ARGS= X11BASE="${LOCALBASE}"
PLIST_FILES= bin/xbanish \
man/man1/xbanish.1.gz
.include <bsd.port.mk>