Ticket #556: Portfile

File Portfile, 960 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: $
2PortSystem      1.0
3name            fontconfig
4version         2.2.0
5categories      graphics
6maintainers     blb@pobox.com
7description     font configuration and customization library
8
9long_description        \
10fontconfig is a font configuration and customization library.  Fontconfig is \
11designed to locate fonts within the system and select them according to \
12requirements specified by applications. \
13Fontconfig is not a rasterization library, nor does it impose a particular \
14rasterization library on the application.  The X-specific library \
15'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
16
17homepage        http://fontconfig.org/
18
19master_sites    http://fontconfig.org/release/
20
21platforms       darwin
22checksums       md5 cf0ce6c87e5d6362e9ebc8d94a45fdc4
23depends_lib     bin:freetype-config:freetype lib:libexpat:expat
24
25configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
26configure.args  --enable-static=no --with-freetype-config=${prefix}/bin/freetype-config
27