mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# Created by: Martin Ranne <gasp@ridcully.dnsalias.org>
|
|
|
|
PORTNAME= xinput
|
|
PORTVERSION= 1.6.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Very useful utility for configuring and testing XInput devices
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= xorgproto x11 xi xext xrandr xinerama
|
|
|
|
PLIST_FILES= bin/xinput man/man1/xinput.1.gz
|
|
|
|
.include <bsd.port.mk>
|