# $Id: Portfile,v 1.26 2005/11/29 15:36:48 toby Exp $ PortSystem 1.0 name fontconfig version 2.3.2 categories graphics maintainers blb@opendarwin.org description An XML-based font configuration API for X Windows long_description \ Fontconfig is a library for configuring and customizing font access. platforms darwin homepage http://fontconfig.org/ master_sites ${homepage}release/ checksums md5 7354f9f125ea78a8f2851cb9c31d4866 depends_lib port:expat port:freetype configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --mandir=${prefix}/share/man variant vera { depends_build-append path:${prefix}/share/fonts/Vera.ttf:bitstream-vera post-destroot { xinstall -m 644 ${prefix}/share/doc/bitstream-vera/local.conf \ ${destroot}/${prefix}/etc/fonts } }