# $Id: Portfile 30195 2007-10-22 20:45:42Z jmpp@macports.org $ PortSystem 1.0 name libgsf version 1.14.7 revision 0 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 rhwood openmaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/libgsf/[strsed ${version} {/\.[0-9]*$//}]/ checksums md5 6612f1e57d3974d609bedd2fd8ff6317 \ sha1 9950e42db36007591af2d5783bdf68dc73f47d1b \ rmd160 09e2d07c922e6f43868dabbcfa2af2021ca5707a 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" #}