blob: 90a56c613efe4660b6e4eadddd803006b8338b46 (
plain)
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
|
# $FreeBSD$
PORTNAME= xcb-util-keysyms
PORTVERSION= 0.3.9
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= garga@FreeBSD.org
COMMENT= Standard X key constants and conversion to/from keycodes
LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util
#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
USES= gmake
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_XORG= xcb xorg-macros
#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>
|