1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11/xbanish/Makefile

22 lines
352 B
Makefile
Raw Normal View History

PORTNAME= xbanish
DISTVERSIONPREFIX= v
DISTVERSION= 1.7
CATEGORIES= x11
2020-09-28 05:05:24 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Banish the mouse cursor when typing
LICENSE= BSD3CLAUSE
2019-10-31 08:59:55 +00:00
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>