blob: f18f7990733f8488c2e643780bcae4cb6732982d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
USE_XORG= xcb
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|