pkgsrc/x11/xcb-util-cursor/Makefile
wiz 8edd8f2cc8 Updated xcb-util-cursor to 0.1.3.
I just released version 0.1.3 of xcb-util-cursor:

- Add a --with-cursorpath option to configure
2016-05-12 10:45:26 +00:00

23 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/05/12 10:45:26 wiz Exp $
DISTNAME= xcb-util-cursor-0.1.3
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"