mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcb-proto
|
|
PORTVERSION= 1.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= The X protocol C-language Binding (XCB) protocol
|
|
|
|
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
|
|
|
|
XORG_CAT= proto
|
|
USE_PYTHON= 2
|
|
|
|
DATADIR= ${PREFIX}/share/xcb
|
|
|
|
.include <bsd.port.mk>
|