import xclickroot-1.4.0

xclickroot runs a command every time a given mouse button is pressed
on the root window.

From Alexander Arkhipov who is also MAINTAINER, with some tweaks
by me and sthen@.  ok sthen@
This commit is contained in:
op
2023-06-05 13:40:25 +00:00
parent 301ffa8224
commit 5b4dfdab77
4 changed files with 29 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
COMMENT = click on root window and run a command
GH_ACCOUNT = phillbush
GH_PROJECT = xclickroot
GH_TAGNAME = v1.4.0
CATEGORIES = x11
HOMEPAGE = https://github.com/phillbush/xclickroot
MAINTAINER = Alexander Arkhipov <aa@manpager.net>
# MIT
PERMIT_PACKAGE =Yes
WANTLIB += X11 c
FAKE_FLAGS = PREFIX=${PREFIX} \
MANPREFIX=${PREFIX}/man
MAKE_FLAGS = CC="${CC}"
NO_TEST = Yes
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (xclickroot-1.4.0.tar.gz) = 0l11ozP5wWaL51qdZP8ZpzadzRdSRUfRFmvh9quGh8s=
SIZE (xclickroot-1.4.0.tar.gz) = 3293
+2
View File
@@ -0,0 +1,2 @@
xclickroot runs a command every time a given mouse button is pressed on
the root window.
+2
View File
@@ -0,0 +1,2 @@
@bin bin/xclickroot
@man man/man1/xclickroot.1