blob: 8acdd8e97696397f65887408696793d3ac0c8381 (
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
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: xcb-util-renderutil
# Date created: 2011-12-16
# Whom: garga
#
# $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= xcb.2:${PORTSDIR}/x11/libxcb \
xcb-util.0:${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>
|