freebsd-ports/x11/xbanish/Makefile
Tobias Kortkamp 98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00

24 lines
394 B
Makefile

# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= xbanish
PORTVERSION= 1.4
DISTVERSIONPREFIX= v
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="${PREFIX}"
PLIST_FILES= bin/xbanish \
man/man1/xbanish.1.gz
.include <bsd.port.mk>