1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11/xcb-util-image/Makefile
Renato Botelho 22daeb19de . Support STAGE
. Use space on WWW line
2013-10-31 23:52:39 +00:00

26 lines
507 B
Makefile

# $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>