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

DISTNAME =	xcb-util-0.4.0
CATEGORIES =	x11

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/lib/libxcb-util

MAINTAINER =	xenocara@openbsd.org

SHARED_LIBS=    xcb-util 0.0

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		xenocara

WANTLIB =		Xau Xdmcp xcb

MASTER_SITES =		https://xcb.freedesktop.org/dist/

LIB_DEPENDS =		x11/libxcb

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	gnu
AUTOCONF_VERSION =	2.69
AUTOMAKE_VERSION =	1.12

NO_TEST =		Yes

.include <bsd.port.mk>