8687702404
- Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports
29 lines
653 B
Makefile
29 lines
653 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= xcb:${PORTSDIR}/x11/libxcb \
|
|
xcb-util:${PORTSDIR}/x11/xcb-util
|
|
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
#USE_XORG= xau xdmcp
|
|
#USE_AUTOTOOLS= libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
#CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|