blob: 3b2830da6da56ad29921650145524e9ef2b1e678 (
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
|
COMMENT = XCB utility library naming error, event, & request codes.
DISTNAME = xcb-util-errors-1.0.1
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org
MAINTAINER = xenocara@openbsd.org
SHARED_LIBS= xcb-errors 0.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb
SITES = https://xcb.freedesktop.org/dist/
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|