blob: ab1c4612f5027b5bfb777511915854b7f156be9f (
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>
|