Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / xcb-proto / Makefile
1 # Created by: Ashish Shukla <wahjava@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       xcb-proto
5 PORTVERSION=    1.11
6 PORTREVISION=   1
7 CATEGORIES=     x11 python
8 MASTER_SITES=   http://xcb.freedesktop.org/dist/
9
10 MAINTAINER=     x11@FreeBSD.org
11 COMMENT=        The X protocol C-language Binding (XCB) protocol
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USE_GNOME=      libxml2:build
17 XORG_CAT=       proto
18 USES=           python
19 USE_PYTHON=     py3kplist
20 NO_ARCH=        yes
21
22 DATADIR=        ${PREFIX}/share/xcb
23
24 .include <bsd.port.mk>