blob: 2f3f0d063f742f007e35ebb63f49ab2e80de890b (
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
29
30
|
COMMENT = utilitiy libraries for keysyms management
DISTNAME = xcb-util-keysyms-0.4.0
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org
MAINTAINER = xenocara@openbsd.org
SHARED_LIBS= xcb-keysyms 3.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb
SITES = https://xcb.freedesktop.org/dist/
MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
LIB_DEPENDS = x11/libxcb
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|