mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
31 lines
656 B
Makefile
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>
|