Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / py-xcbgen / Makefile
bloba983d34540e3ef76cd0443c8880b91c211060812
1 # $NetBSD: Makefile,v 1.11 2012/10/07 22:08:43 wiz Exp $
4 DISTNAME= xcb-proto-1.8
5 PKGNAME= ${PYPKGPREFIX}-xcbgen-1.8
6 CATEGORIES= x11
7 MASTER_SITES= http://xcb.freedesktop.org/dist/
8 EXTRACT_SUFX= .tar.bz2
10 MAINTAINER= reed@reedmedia.net
11 HOMEPAGE= http://xcb.freedesktop.org/
12 COMMENT= XCB protocol descriptions (in XML)
13 LICENSE= mit # with no-advertising clause
15 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
17 CONFLICTS+= xcb-proto<1.4nb1
19 GNU_CONFIGURE= yes
20 USE_TOOLS+= pkg-config
21 USE_LANGUAGES= # none
22 PY_PATCHPLIST= yes
24 .include "../../lang/python/extension.mk"
25 .include "../../mk/bsd.pkg.mk"