blob: 93d048f4ced7dbe695596b88d62f203f229e4f2a (
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
|
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
COMMENT = utilitiy libraries for the render extension
DISTNAME = xcb-util-renderutil-0.3.9
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org
MAINTAINER = xenocara@openbsd.org
SHARED_LIBS= xcb-render-util 2.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb xcb-render
MASTER_SITES = https://xcb.freedesktop.org/dist/
BUILD_DEPENDS = devel/xorgproto
LIB_DEPENDS = x11/libxcb
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|