summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
blob: f28e7ff17fb27a51fd4f394ee58b464073e31d05 (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
COMMENT =	the X protocol library

DISTNAME =	libX11-1.8.1
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

MASTER_SITES =		${MASTER_SITE_XORG:=lib/}

MODULES =		xenocara

BUILD_DEPENDS =		x11/xtrans \
			devel/xorgproto

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

AUTOCONF_VERSION =	2.69
AUTOMAKE_VERSION =	1.12

NO_TEST =		Yes

.include <bsd.port.mk>