6aef1b1194
simplestroke 1.1 adds a small daemon that listens for mouse button clicks and removes the need to start simplestroke from e.g. xbindkeys. Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10549
26 lines
463 B
Makefile
26 lines
463 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simplestroke
|
|
PORTVERSION= 1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Detect mouse gestures
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= t6
|
|
|
|
USES= pkgconfig
|
|
USE_XORG= x11 xtst
|
|
|
|
PLIST_FILES= bin/simplestroke \
|
|
bin/simplestroke-daemon \
|
|
man/man1/simplestroke.1.gz \
|
|
man/man1/simplestroke-daemon.1.gz
|
|
|
|
.include <bsd.port.mk>
|