mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
25 lines
397 B
Makefile
25 lines
397 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbanish
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Banish the mouse cursor when typing
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
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>
|