# $Id: Portfile,v 1.8 2004/06/21 06:49:16 olegb Exp $ PortSystem 1.0 name librsvg version 2.6.5 revision 1 description Gnome implementation of rsvg long_description Gnome implemantaion of rsvg maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/librsvg/2.6/ checksums md5 2d1d16f9493c80ce8214e585727334ae depends_lib lib:libcroco:libcroco patchfiles patch_ltmain.sh use_bzip2 yes configure.args --mandir=${prefix}/share/man --enable-pixbuf-loader \ --with-svgz --with-croco configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \ LDFLAGS="-lgsf-1"