Update x11/xcb-proto to version 1.9
[dports.git] / x11 / xcb-proto / Makefile
1 # Created by: Ashish Shukla <wahjava@gmail.com>
2 # $FreeBSD: x11/xcb-proto/Makefile 336621 2013-12-16 11:11:09Z zeising $
3
4 PORTNAME=       xcb-proto
5 PORTVERSION=    1.9
6 CATEGORIES=     x11 python
7 MASTER_SITES=   http://xcb.freedesktop.org/dist/
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        The X protocol C-language Binding (XCB) protocol
11
12 BUILD_DEPENDS=  xmllint:${PORTSDIR}/textproc/libxml2
13
14 USE_BZIP2=      yes
15 USES=           pathfix
16 USE_PYTHON=     2.5+
17 GNU_CONFIGURE=  yes
18
19 DATADIR=        ${PREFIX}/share/xcb
20
21 .include <bsd.port.mk>