mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1d1158267b
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)
19 lines
273 B
Makefile
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>
|