blob: af35a779fdd5cb976ccde5b09090a03e240f321e (
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
|
COMMENT = the X protocol library
DISTNAME = libX11-1.8.6
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libX11
MAINTAINER = xenocara@openbsd.org
SHARED_LIBS= X11 18.0 X11-xcb 2.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb pthread
MASTER_SITES = ${MASTER_SITE_XORG:=lib/}
MODULES = xenocara
BUILD_DEPENDS = devel/xorg-util-macros \
devel/xorgproto \
x11/xtrans
LIB_DEPENDS = x11/libxcb
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = autoreconf
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
--disable-composecache \
--without-xmlto --without-fop --without-xsltproc
NO_TEST = Yes
.include <bsd.port.mk>
|