aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ooxcb/Makefile
blob: 486af9138f7ec9fed6d72a4a0aac01c4433d4c76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: gahr
# $FreeBSD$

PORTNAME=   ooxcb
PORTVERSION=    1.1
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   http://samurai-x.org/downloads/

MAINTAINER= gahr@FreeBSD.org
COMMENT=    Python binding to the X server using xcb

USE_XORG=   xcb
USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>