pkgsrc/x11/xcb-util-errors/Makefile
wiz 9034f1daba Import xcb-util-errors-1.0 as x11/xcb-util-errors.
xcb-util-errors is a utility library that gives human readable
names to error codes and event codes and also to major and minor
numbers. The necessary information is drawn from xcb-proto's protocol
descriptions. This library is especially useful when working with
extensions and is mostly useful for debugging.
2015-04-27 09:23:06 +00:00

20 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/27 09:23:06 wiz Exp $
DISTNAME= xcb-util-errors-1.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= Library for helping debug xcb problems
LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= xcb-errors.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"