1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/xcb-util-xrm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>