98058b8684
Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
24 lines
397 B
Makefile
24 lines
397 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simplestroke
|
|
PORTVERSION= 1.0
|
|
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 \
|
|
man/man1/simplestroke.1.gz
|
|
|
|
.include <bsd.port.mk>
|