diff --git a/x11/xclickroot/Makefile b/x11/xclickroot/Makefile new file mode 100644 index 00000000000..caf80725496 --- /dev/null +++ b/x11/xclickroot/Makefile @@ -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 + +# MIT +PERMIT_PACKAGE =Yes + +WANTLIB += X11 c + +FAKE_FLAGS = PREFIX=${PREFIX} \ + MANPREFIX=${PREFIX}/man + +MAKE_FLAGS = CC="${CC}" + +NO_TEST = Yes + +.include diff --git a/x11/xclickroot/distinfo b/x11/xclickroot/distinfo new file mode 100644 index 00000000000..f58ec9803ce --- /dev/null +++ b/x11/xclickroot/distinfo @@ -0,0 +1,2 @@ +SHA256 (xclickroot-1.4.0.tar.gz) = 0l11ozP5wWaL51qdZP8ZpzadzRdSRUfRFmvh9quGh8s= +SIZE (xclickroot-1.4.0.tar.gz) = 3293 diff --git a/x11/xclickroot/pkg/DESCR b/x11/xclickroot/pkg/DESCR new file mode 100644 index 00000000000..9de9a09af59 --- /dev/null +++ b/x11/xclickroot/pkg/DESCR @@ -0,0 +1,2 @@ +xclickroot runs a command every time a given mouse button is pressed on +the root window. diff --git a/x11/xclickroot/pkg/PLIST b/x11/xclickroot/pkg/PLIST new file mode 100644 index 00000000000..ad43596f2c9 --- /dev/null +++ b/x11/xclickroot/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/xclickroot +@man man/man1/xclickroot.1