aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-util/Makefile
blob: 87db4c07d0f8627d67175d683e2f8df6548d091c (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
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
# $FreeBSD$

PORTNAME=	xcb-util
PORTVERSION=	0.4.0
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	x11
MASTER_SITES=	http://xcb.freedesktop.org/dist/

MAINTAINER=	garga@FreeBSD.org
COMMENT=	Module with libxcb/libX11 extension/replacement libraries

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake tar:bzip2 xorg xorg-cat:lib
USE_XORG=	xau xcb xdmcp
INSTALL_TARGET=	install-strip

post-patch:
	@${REINPLACE_CMD} -e \
		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
		${WRKSRC}/configure

.include <bsd.port.mk>