mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1742cf70e5
Update x11/xev to 1.2.4 This is a maintenance release Changelog: https://lists.x.org/archives/xorg-announce/2020-July/003048.html
19 lines
284 B
Makefile
19 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xev
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Print contents of X events
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xrandr
|
|
|
|
PLIST_FILES= bin/xev man/man1/xev.1.gz
|
|
|
|
.include <bsd.port.mk>
|