# $Id: Portfile 28553 2007-09-03 14:28:59Z mww@macports.org $ PortSystem 1.0 name libgsf version 1.14.3 revision 1 description A i/o abstraction for dealing with file formats long_description libgsf aims to provide an efficient extensible \ i/o abstraction for dealing with different \ structured file formats. maintainers nomaintainer@macports.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/libgsf/1.14/ checksums md5 c707a7ffc3e2bf802556bae86a453020 \ sha1 c0bfc3595a47d8425afcee7a90352c179677c452 \ rmd160 b575e55b23152c292ae6d67f906bccd95ca89030 depends_lib port:gnome-vfs \ port:dbus \ port:dbus-glib use_bzip2 yes configure.args \ --mandir=${prefix}/share/man \ --with-gnome \ --without-python configure.cppflags-append "-L${prefix}/lib" #This hook was left in so that ports that were built with the earlier libgsf would still #work. At this point, I believe that these ports should all have been rebuilt at least #once. Am leaving in so that this comment makes sense. #post-destroot { # system "cd ${destroot}${prefix}/lib # ln -s libgsf-1.114.0.0.dylib libgsf-1.1.dylib # ln -s libgsf-gnome-1.114.0.0.dylib libgsf-gnome-1.1.dylib" #}