freebsd-ports/x11/ooxcb/Makefile
Dmitry Marakasov 2c07a5db8a - Update to 1.2
- Add NO_ARCH
- Fix fetch

PR:		205226
Submitted by:	tkato432@yahoo.com
2015-12-14 21:10:13 +00:00

20 lines
307 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ooxcb
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= CHEESESHOP
MAINTAINER= ports@FreeBSD.org
COMMENT= Python binding to the X server using xcb
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
USE_XORG= xcb
.include <bsd.port.mk>