Files
ports/x11/xinput/Makefile
Niclas Zeising 1d74da5b66 x11/xinput: Update to 1.6.3
Update x11/xinput to 1.6.3
Add license information
This adds a warning if run under xwayland.
This is a maintenance release

Changelog:
https://lists.x.org/archives/xorg-announce/2019-July/003013.html

Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
2019-08-18 15:24:50 +00:00

20 lines
401 B
Makefile

# Created by: Martin Ranne <gasp@ridcully.dnsalias.org>
# $FreeBSD$
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
XORG_CAT= app
USE_XORG= xorgproto x11 xi xext xrandr xinerama
PLIST_FILES= bin/xinput man/man1/xinput.1.gz
.include <bsd.port.mk>