# $Id: Portfile,v 1.18 2005/10/25 19:32:17 toby Exp $

PortSystem			1.0
name				Xft2
version				2.1.7
categories			x11
maintainers			blb@opendarwin.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

