freebsd-ports/misc/unclutter-xfixes/Makefile
Oleh Hushchenkov db7eee2d9c misc/unclutter-xfixes: update to 1.6
Changelog
[Feature] --start-hidden to hide the cursor initially when unclutter-xfixes starts.
[Feature] --ignore-buttons to specify one or more buttons which do not unhide the cursor.
[Feature] --hide-on-touch to hide the cursor on touch input.
[Fix] --timeout now supports non-integer values.
Various improvements to the man page.

PR:		258066
2021-09-11 11:31:59 -07:00

33 lines
610 B
Makefile

# Created by: Oleh Hushchenkov <gor@clogic.com.ua>
PORTNAME= unclutter-xfixes
PORTVERSION= 1.6
DISTVERSIONPREFIX= v
CATEGORIES= misc
MAINTAINER= o.hushchenkov@gmail.com
COMMENT= Rewrite of unclutter using the x11-xfixes extension
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= a2x:textproc/asciidoc
LIB_DEPENDS= libev.so:devel/libev
USES= gmake pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= Airblader
USE_XORG= x11 xi xfixes
CONFLICTS_INSTALL= unclutter-8*
PLIST_FILES= bin/unclutter \
man/man1/unclutter.1.gz
MAKE_ARGS= CC=${CC}
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>