2017-08-16 22:21:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
|
2012-08-12 23:19:06 +02:00
|
|
|
|
2014-10-20 13:15:38 +02:00
|
|
|
DISTNAME= xcb-util-image-0.4.0
|
2012-08-12 23:19:06 +02:00
|
|
|
CATEGORIES= x11
|
2017-08-16 22:21:03 +02:00
|
|
|
MASTER_SITES= https://xcb.freedesktop.org/dist/
|
2012-08-12 23:19:06 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-08-16 22:21:03 +02:00
|
|
|
HOMEPAGE= https://xcb.freedesktop.org/
|
2012-08-12 23:19:06 +02:00
|
|
|
COMMENT= XCB port of Xlib's XImage and XShmImage
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
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"
|