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

31 lines
656 B
Makefile

PORTNAME= libXft
DISTVERSION= 2.3.3
CATEGORIES= x11-fonts
MAINTAINER= desktop@FreeBSD.org
COMMENT= Client-sided font API for X applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
USES= xorg xorg-cat:lib
USE_XORG= x11 xorgproto xrender
INSTALL_TARGET= install-strip
post-extract:
@${CP} ${FILESDIR}/xft-config.in \
${WRKSRC}/xft-config.in
post-patch:
@${REINPLACE_CMD} -e '/ac_config_files/s|xft\.pc|xft\.pc xft-config|' \
${WRKSRC}/configure
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/xft-config \
${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>