# $Id: Portfile,v 1.10 2005/05/04 06:40:07 olegb Exp $ PortSystem 1.0 name gnome-terminal version 2.10.0 revision 1 description Terminal component for the GNOME 2 Desktop long_description Terminal component for the GNOME 2 Desktop maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/gnome-terminal/2.10/ checksums md5 062744daca0c7f708b8c52f47b5db0d1 patchfiles patch_terminal-screen.c depends_lib lib:libvte:vte lib:libiconv.2:libiconv use_bzip2 yes configure.args --mandir=${prefix}/share/man \ --with-gconf-source="xml::${destroot}/${prefix}/etc/gconf/gconf.xml.defaults" configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" pre-destroot { file mkdir -f ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/ } post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }