# $Id: Portfile,v 1.13 2005/05/15 11:26:05 olegb Exp $ PortSystem 1.0 name vte version 0.11.12 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 2a9c7cf110342b7c5f414343d2ecffc1 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 }