diff options
Diffstat (limited to 'x11/xinput/Makefile')
-rw-r--r-- | x11/xinput/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 1196d1fc23d8..f5010ebd86ea 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,19 +1,17 @@ PORTNAME= xinput -PORTVERSION= 1.6.3 -PORTREVISION= 1 +DISTVERSION= 1.6.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices -WWW= http://ftp.x.org/contrib/utilities/xinput.README +WWW= https://gitlab.freedesktop.org/xorg/app/xinput LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app +USES= tar:xz xorg xorg-cat:app USE_XORG= xorgproto x11 xi xext xrandr xinerama PLIST_FILES= bin/xinput share/man/man1/xinput.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |