blob: b97d7232a481bf1caddbfed40473f3eda53daa55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|