pkgsrc/x11/xinput/Makefile
wiz 5daa18b5b9 Update to 1.4.2:
This release brings mainly 64-bit fixes.
Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.).

Peter Hutterer (7):
      fix 64 bit issues with set-int-prop and list-props.
      Fix set-float-prop on 64-bit architectures.
      The float_atom should actually be an Atom
      If there's multiple null-terminated strings in the property, print all.
      Create the float property if it doesn't exist.
      XCloseDisplay when we're done.
      xinput 1.4.2

Simon Thum (2):
      xinput: mention set-float-prop in manpage
      xinput: include device type in device list
2009-06-10 09:35:10 +00:00

23 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/06/10 09:35:10 wiz Exp $
#
DISTNAME= xinput-1.4.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Xinput diagnostic utility for modular X.org
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.5
.include "../../x11/inputproto/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"