aboutsummaryrefslogtreecommitdiff
path: root/x11/xbanish/Makefile
blob: de5bcd7c4139466e49ee285c07e5de568ee4dd2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Tobias Kortkamp <t@tobik.me>

PORTNAME=	xbanish
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7
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>