blob: b3cd16e6ff3a3706e1e962bffd42b285e99b4f39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|