summaryrefslogtreecommitdiff
path: root/x11/dsbxinput/Makefile
blob: 37503f05c98102311f1cad57ea70b70db3754922 (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
PORTNAME=	dsbxinput
DISTVERSION=	0.1.1
PORTREVISION=	3
CATEGORIES=	x11

MAINTAINER=	mk@nic-nac-project.org
COMMENT=	Graphical tool for configuring pointing devices
WWW=		https://github.com/mrclksr/DSBXinput

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	xinput:x11/xinput

USES=		pyqt:5 python qt:5
USE_QT=		linguisttools:build
USE_GITHUB=	yes
GH_ACCOUNT=	mrclksr
GH_PROJECT=	DSBXinput
USE_PYQT=	pyqt5

BINARY_ALIAS=	lrelease=${LRELEASE}
.include <bsd.port.mk>