blob: fb8abad4359a90f02f5f441f6642a36e9e74e45b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= libxcb
PORTVERSION= 1.15
CATEGORIES= x11
MASTER_SITES= https://xcb.freedesktop.org/dist/
MAINTAINER= x11@FreeBSD.org
COMMENT= The X protocol C-language Binding (XCB) library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xcb-proto>=1.9:x11/xcb-proto \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
CONFIGURE_ARGS= --disable-devel-docs --without-doxygen --enable-xinput --enable-xkb
USES= cpe python:build tar:xz xorg xorg-cat:lib
USE_XORG= xau xdmcp
INSTALL_TARGET= install-strip
CPE_VENDOR= x
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|