# $Id: Portfile,v 1.14 2005/08/24 05:11:47 olegb Exp $ PortSystem 1.0 name vte version 0.11.15 description Terminal widget with improved accessibility and I18N support. long_description Terminal widget with improved font, \ internationalisation and accessibility support \ for the GNOME 2 desktop. Designed to replace libzvt. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/vte/0.11/ checksums md5 a9dc7b330d52ce384e3e5715d396c72f depends_lib lib:gnome-session:gnome-session patchfiles patch-python_vtemodule.c use_bzip2 yes configure.args --mandir=${prefix}/share/man --with-ft-prefix=${prefix} \ --disable-freetypetest \ --with-ft-include-prefix=${prefix}/include/freetype2 \ --disable-python configure.env CPPFLAGS="-I${prefix}/include -I${prefix}/include/freetype2" \ CFLAGS="-fstrict-aliasing -funroll-loops" platform darwin 6 { configure.env-append \ CPPFLAGS="\$CPPFLAGS -D_WCHAR_T" } variant python { depends_lib-append port:py-gtk2 configure.args-delete --disable-python configure.args-append --enable-python }