freebsd-ports/x11/xcb-util-renderutil/Makefile
Renato Botelho 588681757a . Support STAGE
. Use space on WWW line
2013-10-31 23:53:19 +00:00

25 lines
511 B
Makefile

# $FreeBSD$
PORTNAME= xcb-util-renderutil
PORTVERSION= 0.3.8
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= garga@FreeBSD.org
COMMENT= Convenience functions for the Render extension
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
USE_BZIP2= yes
USES= gmake pkgconfig
USE_XORG= xcb xorg-macros
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
${WRKSRC}/configure
.include <bsd.port.mk>