mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
f9b0e6c276
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
18 lines
223 B
Makefile
18 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xev
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Print contents of X events
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xrandr
|
|
|
|
PLIST_FILES= bin/xev
|
|
|
|
MAN1= xev.1
|
|
|
|
.include <bsd.port.mk>
|