# $Id: Portfile,v 1.30 2005/10/14 23:18:11 rhwood Exp $ PortSystem 1.0 name pango version 1.10.1 categories x11 maintainers mij@opendarwin.org gnome-darwinports@opendarwin.org description Framework for the layout and rendering of i18n text platforms darwin long_description The goal of the Pango project is to provide an \ open-source framework for the layout and rendering \ of internationalized text. master_sites gnome:sources/pango/1.10 checksums rmd160 62594e874338e334519c7161a742753a8fa50b31 use_bzip2 yes depends_lib lib:libglib.2:glib2 lib:libX11.6:XFree86 \ lib:libXft.2.1.2:Xft2 lib:libcairo.2:cairo patchfiles patch-ltmain.sh configure.env CPPFLAGS="-no-cpp-precomp" \ LDFLAGS="-no-undefined -bind_at_load" configure.args --mandir=${prefix}/share/man --enable-cairo post-destroot { system "install -o root -m 755 -d \ ${destroot}${prefix}/etc/pango" system "cp ${worksrcpath}/examples/pangorc \ ${destroot}${prefix}/etc/pango" system "cp ${worksrcpath}/examples/pangox.aliases \ ${destroot}${prefix}/etc/pango" reinplace "s|\\./|${prefix}/etc/pango/|g" \ ${destroot}/${prefix}/etc/pango/pangorc reinplace "s|\\./|${prefix}/etc/pango/|g" \ ${destroot}/${prefix}/etc/pango/pangox.aliases system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.4.0/modules/* >${destroot}${prefix}/etc/pango/pango.modules" reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules }