blob: ef0303d1a99fd4dbe9084ada405d684ef15d5d5a (
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
|
COMMENT = XCB prototypes
DISTNAME = xcb-proto-1.17.0
CATEGORIES = devel
HOMEPAGE = https://xcb.freedesktop.org/
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
SITES = ${SITE_XORG:=proto/}
MODULES= lang/python xenocara
BUILD_DEPENDS = devel/xorg-util-macros
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoreconf
NO_BUILD = Yes
NO_TEST = Yes
MODPY_BUILDDEP = Yes
.include <bsd.port.mk>
|