mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d96d611f85
PR: 257312
22 lines
438 B
Makefile
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>
|