pkgsrc/x11/xcb-util/Makefile
wiz f582c99c6e Update to 0.3.5:
Alan Coopersmith (1):
      Make sure m4 supports -I flag, if not, try finding gnu m4

Bart Massey (1):
      wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>

Bob Ham (1):
      Add a check on xproto version libxcb was compiled with

Julien Danjou (2):
      icccm: fix compatibility with libxcb > 1.2
      Release xcb-util 0.3.5

Mikhail Gusarov (2):
      Add xcb_aux_change_window_attributes_checked
      Zero out handlers list in xcb_event_handlers_init
2009-05-29 09:28:17 +00:00

31 lines
879 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/05/29 09:28:17 wiz Exp $
#
DISTNAME= xcb-util-0.3.5
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://xcb.freedesktop.org/
COMMENT= XCB Utilities
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in
PKGCONFIG_OVERRIDE+= aux/xcb-aux.pc.in
PKGCONFIG_OVERRIDE+= event/xcb-event.pc.in
PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in
PKGCONFIG_OVERRIDE+= image/xcb-image.pc.in
PKGCONFIG_OVERRIDE+= keysyms/xcb-keysyms.pc.in
PKGCONFIG_OVERRIDE+= property/xcb-property.pc.in
PKGCONFIG_OVERRIDE+= renderutil/xcb-renderutil.pc.in
PKGCONFIG_OVERRIDE+= reply/xcb-reply.pc.in
.include "../../devel/gperf/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"