1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/xev/Makefile
Niclas Zeising 1742cf70e5 x11/xev: Update to 1.2.4
Update x11/xev to 1.2.4
This is a maintenance release
Changelog:
https://lists.x.org/archives/xorg-announce/2020-July/003048.html
2020-07-17 22:26:39 +00:00

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>