Pulluped ticket #3201 - requested by gls
[pkgsrc.git] / x11 / xcb-proto / Makefile
1 # $NetBSD: Makefile,v 1.5 2009/12/15 12:24:02 wiz Exp $
2 #
3
4 DISTNAME=       xcb-proto-1.6
5 CATEGORIES=     x11
6 MASTER_SITES=   http://xcb.freedesktop.org/dist/
7 EXTRACT_SUFX=   .tar.bz2
8
9 MAINTAINER=     reed@reedmedia.net
10 HOMEPAGE=       http://xcb.freedesktop.org/
11 COMMENT=        XCB protocol descriptions (in XML)
12 LICENSE=        mit # with no-advertising clause
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_TOOLS+=     pkg-config
18 USE_LANGUAGES=  # none
19
20 PKGCONFIG_OVERRIDE+=    xcb-proto.pc.in
21
22 CONFIGURE_ENV+=         XMLLLINT=${BUILDLINK_PREFIX.libxml}/bin/xmllint
23
24 # XXX just for the "configure" check
25 PYTHON_FOR_BUILD_ONLY=  yes
26 .include "../../lang/python/application.mk"
27 BUILDLINK_DEPMETHOD.libxml2?=   build
28 .include "../../textproc/libxml2/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"