aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ooxcb/Makefile
blob: 0a032d5d44f502d1897eeffe5039440e0edeb90a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection Makefile for:    ooxcb
# Date created:             26 June 2009
# Whom:                 gahr
#
# $FreeBSD$
#

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

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

LIB_DEPENDS=    xcb.2:${PORTSDIR}/x11/libxcb

USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PLIST_FILES=    ${PYTHON_SITELIBDIR:S/${LOCALBASE}\///}/${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg

.include <bsd.port.mk>