aboutsummaryrefslogtreecommitdiff
path: root/x11/xbanish/Makefile
blob: 783418743299d6a3bab0f9514137d88b7d0e37e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	xbanish
DISTVERSIONPREFIX=	v
DISTVERSION=	1.8
CATEGORIES=	x11

MAINTAINER=	dmgk@FreeBSD.org
COMMENT=	Banish the mouse cursor when typing
WWW=		https://github.com/jcs/xbanish/

LICENSE=	BSD3CLAUSE

USES=		xorg
USE_GITHUB=	yes
GH_ACCOUNT=	jcs
USE_XORG=	x11 xext xfixes xi xt

MAKE_ARGS=	X11BASE="${LOCALBASE}"

PLIST_FILES=	bin/xbanish \
		man/man1/xbanish.1.gz

.include <bsd.port.mk>