blob: ee3e6b8999f81802d54fd93333eea893174a5a61 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
COMMENT = the X protocol C-language binding library
DISTNAME = libxcb-1.15
SHARED_LIBS = xcb 4.1 \
xcb-composite 1.0 \
xcb-damage 1.0 \
xcb-dpms 1.0 \
xcb-dri2 1.1 \
xcb-dri3 0.2 \
xcb-glx 1.1 \
xcb-present 0.1 \
xcb-randr 2.3 \
xcb-record 1.1 \
xcb-render 1.1 \
xcb-res 1.1 \
xcb-screensaver 1.1 \
xcb-shape 1.1 \
xcb-shm 1.1 \
xcb-sync 1.2 \
xcb-xf86dri 2.0 \
xcb-xfixes 2.0 \
xcb-xinerama 1.0 \
xcb-xinput 0.1 \
xcb-xkb 0.1 \
xcb-xtest 1.0 \
xcb-xv 1.1 \
xcb-xvmc 1.0
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org/
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
MODULES = xenocara
WANTLIB = Xau Xdmcp
MASTER_SITES = https://xcb.freedesktop.org/dist/
BUILD_DEPENDS = devel/xcb-proto \
devel/xorgproto
LIB_DEPENDS = x11/libXau \
x11/libXdmcp
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoreconf
.include <bsd.port.mk>
|