pkgsrc/x11/xcb-util-keysyms/Makefile
wiz 1a913b01af Update to 0.4.0:
Arnaud Fontaine (3):
      Pick-up changes in m4 submodule as it's better to have all util repos at same m4 level.
      Remove old/outdated documentation crufts.
      Release 0.4.0

Bastien Dejean (1):
      Duplicate keycodes are unnecessary

Michael Stapelberg (1):
      autogen.sh: verify that git submodules are initialized

Uli Schlachter (1):
      Fix handling of error connections
2014-10-01 22:45:45 +00:00

20 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/10/01 22:45:45 wiz Exp $
DISTNAME= xcb-util-keysyms-0.4.0
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xcb.freedesktop.org/
COMMENT= XCB Utilities
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xcb-keysyms.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"