1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11/xev/Makefile
Niclas Zeising 1d1158267b x11/xev: Update to 1.2.3
Update x11/xev to 1.2.3
Add license

This is a maintenance release

Changelog:
https://lists.x.org/archives/xorg/2019-February/059611.html

PR:		235888
Submitted by:	Samy Mahmoudi
Sponsored by:	B3 Init (zeising)
2019-02-27 16:28:06 +00:00

19 lines
273 B
Makefile

# $FreeBSD$
PORTNAME= xev
PORTVERSION= 1.2.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Print contents of X events
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xrandr
PLIST_FILES= bin/xev man/man1/xev.1.gz
.include <bsd.port.mk>