2002-10-06 23:31:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-03-16 21:33:24 +01:00
|
|
|
PORTNAME= libXft
|
2013-03-20 06:49:00 +01:00
|
|
|
PORTVERSION= 2.3.1
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 2
|
2002-10-06 23:31:28 +02:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
|
|
|
|
MAINTAINER= gnome@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
|
|
|
|
2013-12-05 19:27:03 +01:00
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|
|
|
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
2002-10-06 23:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
|
|
|
USE_XORG= xproto:both xrender
|
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|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/xft-config \
|
2013-12-05 19:27:03 +01:00
|
|
|
${STAGEDIR}${PREFIX}/bin/
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXft.so.2
|
2013-03-20 06:49:00 +01:00
|
|
|
|
2007-02-02 18:06:25 +01:00
|
|
|
.include <bsd.port.mk>
|