mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
50f8eaece1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcb-proto
|
|
PORTVERSION= 1.9
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USES= pathfix
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DATADIR= ${PREFIX}/share/xcb
|
|
|
|
.include <bsd.port.mk>
|