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
20 lines
401 B
Makefile
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>
|