pkgsrc/x11/xcb-util-cursor/Makefile
wiz e606eb2fb2 Update to 0.1.2:
Release 0.1.2  (2015-03-35)
===========================

- Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement
  le32toh.
- Check submodules before running autoconf.
- darwin: Use OSByteOrder.h rather than CF.
- Perform safety check before trying to load glyph cursorHEADmaster
2015-04-02 22:34:39 +00:00

23 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/04/02 22:34:39 wiz Exp $
DISTNAME= xcb-util-cursor-0.1.2
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 port of Xlib's libXcursor
LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gm4 gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= cursor/xcb-cursor.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-image/buildlink3.mk"
.include "../../x11/xcb-util-renderutil/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"