2004-03-16 21:33:24 +01:00
|
|
|
PORTNAME= libXft
|
2019-11-16 19:25:20 +01:00
|
|
|
DISTVERSION= 2.3.3
|
2002-10-06 23:31:28 +02:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
|
2019-11-16 16:11:06 +01:00
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
2013-03-20 06:49:00 +01:00
|
|
|
COMMENT= Client-sided font API for X applications
|
2002-10-06 23:31:28 +02:00
|
|
|
|
2017-12-20 10:00:38 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig
|
2002-10-06 23:31:28 +02:00
|
|
|
|
2019-11-03 22:56:37 +01:00
|
|
|
USES= xorg xorg-cat:lib
|
2019-11-16 19:25:20 +01:00
|
|
|
USE_XORG= x11 xorgproto xrender
|
2015-04-18 17:34:36 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-10-06 23:31:28 +02:00
|
|
|
|
2013-03-20 06:49:00 +01:00
|
|
|
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|' \
|
2016-04-01 15:18:17 +02:00
|
|
|
${WRKSRC}/configure
|
2013-03-20 06:49:00 +01:00
|
|
|
|
|
|
|
post-install:
|
2017-12-20 10:00:38 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xft-config \
|
2013-12-05 19:27:03 +01:00
|
|
|
${STAGEDIR}${PREFIX}/bin/
|
2013-03-20 06:49:00 +01:00
|
|
|
|
2007-02-02 18:06:25 +01:00
|
|
|
.include <bsd.port.mk>
|