pkgsrc/x11/xev/Makefile
wiz f41b373c6c xev: update to 1.2.5.
Alan Coopersmith (4):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date reference to X(7)
      xev 1.2.5

Goblin (1):
      xev: fix KeymapNotify event printing
2022-07-13 20:46:15 +00:00

22 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.18 2022/07/13 20:46:15 wiz Exp $
DISTNAME= xev-1.2.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Display X events
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"