Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xcb-proto / Makefile
blob8460122ff7254292faf6da805dca1e2f8223378b
1 # $NetBSD: Makefile,v 1.10 2012/10/29 05:06:58 asau Exp $
4 DISTNAME= xcb-proto-1.8
5 CATEGORIES= x11
6 MASTER_SITES= http://xcb.freedesktop.org/dist/
7 EXTRACT_SUFX= .tar.bz2
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
14 GNU_CONFIGURE= yes
15 USE_TOOLS+= pkg-config
16 USE_LANGUAGES= # none
18 PKGCONFIG_OVERRIDE+= xcb-proto.pc.in
20 CONFIGURE_ENV+= XMLLLINT=${BUILDLINK_PREFIX.libxml}/bin/xmllint
22 # XXX just for the "configure" check
23 PYTHON_FOR_BUILD_ONLY= tool
24 .include "../../lang/python/application.mk"
25 BUILDLINK_DEPMETHOD.libxml2?= build
26 .include "../../textproc/libxml2/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"