1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/xcb-proto/Makefile
Niclas Zeising 36586e2e1b Update x11/libxcb and x11/xcb-proto to 1.13
Remove patches from upstream included in the releases.

Tested by: Pete Wright
2018-05-16 18:59:47 +00:00

24 lines
447 B
Makefile

# Created by: Ashish Shukla <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= xcb-proto
PORTVERSION= 1.13
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= x11@FreeBSD.org
COMMENT= The X protocol C-language Binding (XCB) protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= libxml2:build
XORG_CAT= proto
USES= python
USE_PYTHON= py3kplist
NO_ARCH= yes
DATADIR= ${PREFIX}/share/xcb
.include <bsd.port.mk>