pkgsrc/x11/xev/Makefile
reed 522e1ef57b Import xev.
Xev is an X11 debugging tool. Xev creates a window (or can attach
to an existing window) and then asks the X server to send it events
whenever anything happens to the window (such as it being moved,
resized, typed in, clicked in, etc cetera).

This is the version of xev maintained by Xorg.
2006-12-19 01:27:57 +00:00

20 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/12/19 01:27:57 reed Exp $
#
DISTNAME= xev-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/
COMMENT= Display X events
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"