blob: 88bee58425e1dbd1e8e6da40c493d004e16ed2f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: gahr
# $FreeBSD$
PORTNAME= ooxcb
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://samurai-x.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Python binding to the X server using xcb
BROKEN= unfetchable
USE_XORG= xcb
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|