mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c32f72e68d
Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xcb-util-xrm
|
|
PORTVERSION= 1.0
|
|
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= xcb
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,/pkgconfig,data/pkgconfig,g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|