blob: c2eff189660b5e5450f2c4d91159b6993c1951d6 (
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
31
32
33
34
|
COMMENT = utilitiy libraries for X cursor management
DISTNAME = xcb-util-cursor-0.1.3
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org
MAINTAINER = xenocara@openbsd.org
SHARED_LIBS= xcb-cursor 0.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb xcb-image xcb-render \
xcb-render-util xcb-shm xcb-util
SITES = https://xcb.freedesktop.org/dist/
MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto \
LIB_DEPENDS = x11/libxcb \
x11/xcb-util-image \
x11/xcb-util-renderutil
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|