freebsd-ports/x11/ooxcb/Makefile
Antoine Brodin de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00

23 lines
391 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
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:2.7 xorg
USE_PYTHON= distutils autoplist
USE_XORG= xcb
.include <bsd.port.mk>