summaryrefslogtreecommitdiff
path: root/x11/xcb-util-image/Makefile
blob: 817dbac55513767926ee6559a0be2d39d1902f78 (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
COMMENT =	utilitiy libraries for image management

DISTNAME =	xcb-util-image-0.4.0
CATEGORIES =	x11

HOMEPAGE =	https://xcb.freedesktop.org

MAINTAINER =	xenocara@openbsd.org

SHARED_LIBS=    xcb-image 2.0

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		xenocara

WANTLIB =		Xau Xdmcp xcb xcb-shm xcb-util

MASTER_SITES =		https://xcb.freedesktop.org/dist/

BUILD_DEPENDS =		devel/xorgproto

LIB_DEPENDS =		x11/libxcb \
			x11/xcb-util

SEPARATE_BUILD =	Yes
#USE_GMAKE =		Yes
CONFIGURE_STYLE =	gnu

NO_TEST =		Yes

.include <bsd.port.mk>