blob: 742bf3ac96c4c3e1cabff8837b6504d1c209c6e7 (
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
|
PORTNAME= xcb-util-xrm
PORTVERSION= 1.3
CATEGORIES= x11 devel
MASTER_SITES= https://github.com/Airblader/xcb-util-xrm/releases/download/v${PORTVERSION}/
MAINTAINER= x11@FreeBSD.org
COMMENT= XCB utility functions for the X resource manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= libtool pkgconfig tar:bzip2 xorg
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_XORG= x11 xcb xorg-macros
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s,/pkgconfig,data/pkgconfig,g" ${WRKSRC}/configure
.include <bsd.port.mk>
|