summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
blob: 2f5ca4b9fc48357a91f5bb8738ce344760aea6cc (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
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
COMMENT =	the X protocol library

DISTNAME =	libX11-1.6.8
CATEGORIES =	x11

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/lib/libX11

MAINTAINER =	xenocara@openbsd.org

SHARED_LIBS=    X11 17.0 X11-xcb 2.0

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB =		Xau xcb

MASTER_SITES =		${MASTER_SITE_XORG:=lib/}

BUILD_DEPENDS =		x11/xtrans \
			devel/xorgproto

LIB_DEPENDS =		x11/libxcb \
			x11/libXau

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>