blob: 06b1e1568f1dd179293725a8939bd4aab25db1bc (
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
MASTER_SITES = https://xcb.freedesktop.org/dist/
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|