Portfile

# $Id: Portfile 20504 2006-11-03 15:56:34Z blair@macports.org $

PortSystem 1.0
name Xft2
version 2.1.7
categories x11
maintainers nomaintainer@macports.org
description client-side font API for X applications
long_description \
The current version of Xft provides a client-side font API for \
X applications. It uses Fontconfig to select fonts and the X \
protocol for rendering them. When available, Xft uses the \
Render extension to accelerate text drawing. When Render is \
not available, Xft uses the core protocol to draw client-side \
glyphs. This provides completely compatible support of \
client-side fonts for all X servers.

platforms darwin

homepage http://fontconfig.org/
master_sites http://xlibs.freedesktop.org/release/
distname libXft-${version}
use_bzip2 yes

checksums md5 3e311b4095283d59488b95c8bd772521

depends_lib port:pkgconfig \
lib:libz:zlib \
port:xrender \
port:freetype \
port:fontconfig \
lib:libexpat:expat

configure.args --mandir=${prefix}/share/man