summaryrefslogtreecommitdiff
path: root/devel/xcb-proto/Makefile
blob: 94212a741ccfe4d9426d4899041d1e8d8e4ab473 (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
COMMENT =	XCB prototypes

DISTNAME =	xcb-proto-1.15.2

CATEGORIES =	devel

HOMEPAGE =	https://xcb.freedesktop.org/

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

SITES =			${SITE_XORG:=proto/}

MODULES=                lang/python xenocara

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	autoreconf

BUILD_DEPENDS =		devel/xorg-util-macros

NO_BUILD =		Yes
NO_TEST =		Yes
MODPY_BUILDDEP =	Yes


.include <bsd.port.mk>