# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name Xft2 version 2.1.13 revision 2 categories x11 maintainers jeremyhu 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://xorg.freedesktop.org/releases/individual/lib/ distname libXft-${version} use_bzip2 yes use_parallel_build yes checksums md5 bc8881851f3bd8dcc625fac37350a1c6 \ sha1 7ce291fe4306de8e73e545ab9af2285cc1c26dce \ rmd160 f9cbfd6710a9999a12f49e2bb23b8061eee01e9e depends_build \ port:pkgconfig depends_lib \ port:xorg-xproto \ port:zlib \ port:xrender \ port:freetype \ port:fontconfig \ port:expat configure.args \ --mandir=${prefix}/share/man \ --with-freetype-config livecheck.check regex livecheck.url ${master_sites}?C=M&O=D livecheck.regex libXft-(\[0-9.\]+)\\.tar\\.bz2