blob: e493432e80d12fd82db6f1aeffd2c68748e319ad (
plain) (
blame)
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
|
# $FreeBSD$
PORTNAME= xcb-util-image
PORTVERSION= 0.3.9
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= garga@FreeBSD.org
COMMENT= A port of Xlib's XImage and XShmImage functions
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
USE_BZIP2= yes
USES= gmake pkgconfig
USE_LDCONFIG= yes
USE_XORG= xcb xorg-macros
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|