jcs bb39cc1e0a import xbanish-1.1, a small utility to automatically hide the mouse
cursor while typing and show it again when the mouse is moved

ok jturner
2013-05-31 22:50:33 +00:00

29 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/05/31 22:50:33 jcs Exp $
COMMENT= utility to automatically hide X11 cursor when typing
V= 1.1
DISTNAME= v${V}
DIST_SUBDIR= xbanish
PKGNAME= xbanish-${V}
CATEGORIES= x11
HOMEPAGE= https://github.com/jcs/xbanish
MAINTAINER= joshua stein <jcs@openbsd.org>
MASTER_SITES= ${HOMEPAGE}/archive/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xfixes c
FAKE_FLAGS= DESTDIR=
NO_TEST= Yes
WRKDIST= ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>