1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/dsbxinput/Makefile
Marcel Kaiser d96d611f85 x11/dsbxinput: Update to 0.1.1
PR:		257312
2021-09-11 11:40:26 -07:00

22 lines
438 B
Makefile

PORTNAME= dsbxinput
DISTVERSION= 0.1.1
CATEGORIES= x11
MAINTAINER= mk@nic-nac-project.org
COMMENT= Graphical tool for configuring pointing devices
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= xinput:x11/xinput
USES= pyqt:5 python:3.8+ qt:5
USE_QT= linguisttools_build
USE_GITHUB= yes
GH_ACCOUNT= mrclksr
GH_PROJECT= DSBXinput
USE_PYQT= core gui widgets
BINARY_ALIAS= lrelease=${LRELEASE}
.include <bsd.port.mk>