pkgsrc/x11/xev/Makefile
wiz 606e8b8d90 Update to 1.2.0:
1.2.0:
This feature release adds support for displaying RandR extension events,
contributed by Michael Thayer of the VirtualBox team.   It also contains
various code cleanups and build configuration improvements to aid future
maintainability.

1.1.0:
This release adds the -root option to specify monitoring root window events.
2012-06-03 18:12:53 +00:00

24 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/06/03 18:12:53 wiz Exp $
#
DISTNAME= xev-1.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Display X events
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"