1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/ooxcb/Makefile

21 lines
311 B
Makefile
Raw Normal View History

# Created by: gahr
# $FreeBSD$
PORTNAME= ooxcb
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= CHEESESHOP
2014-12-10 22:29:14 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Python binding to the X server using xcb
LICENSE= BSD3CLAUSE
NO_ARCH= yes
2015-11-09 12:59:03 +00:00
USES= python:2.7
USE_PYTHON= distutils autoplist
USE_XORG= xcb
.include <bsd.port.mk>