aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xev/Makefile
blob: a9b5c1f70ed18f545b3575d5da91b629ec9628a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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

NO_STAGE=   yes
.include <bsd.port.mk>