mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
cf118ccf87
Reported by: lwhsu
24 lines
577 B
Makefile
24 lines
577 B
Makefile
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>
|