pkgsrc/x11/xcb-util-image/Makefile
wiz 1c52f62321 Import xcb-util-image-0.3.9 as x11/xcb-util-image.
XCB util-image module provides the following library:

  - image: Port of Xlib's XImage and XShmImage functions.
2012-08-12 21:19:06 +00:00

24 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/08/12 21:19:06 wiz Exp $
#
DISTNAME= xcb-util-image-0.3.9
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 XImage and XShmImage
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= image/xcb-image.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"