pkgsrc/x11/xcb-util-errors/Makefile
2017-08-16 20:21:03 +00:00

20 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-util-errors-1.0
CATEGORIES= x11
MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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"