aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcb-proto/Makefile
blob: 4c3e79f2f7e1b2fffeaa214cd03fe3eca4d5b1eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Ashish Shukla <wahjava@gmail.com>
# $FreeBSD$

PORTNAME=   xcb-proto
PORTVERSION=    1.9
CATEGORIES= x11 python
MASTER_SITES=   http://xcb.freedesktop.org/dist/

MAINTAINER= x11@FreeBSD.org
COMMENT=    The X protocol C-language Binding (XCB) protocol

BUILD_DEPENDS=  xmllint:${PORTSDIR}/textproc/libxml2

USE_BZIP2=  yes
USES=       pathfix
USE_PYTHON= yes
GNU_CONFIGURE=  yes

DATADIR=    ${PREFIX}/share/xcb

.include <bsd.port.mk>