freebsd-ports/x11/ooxcb/Makefile
Pietro Cerutti ae937334e7 - New port: x11/ooxcb
ooxcb (the object oriented X C binding) is a new Python binding to the
  X server using XCB.
2009-07-13 12:48:28 +00:00

22 lines
497 B
Makefile

# 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>