# $Id: Portfile 26116 2007-06-13 00:41:54Z rhwood@macports.org $ PortSystem 1.0 name vte version 0.16.5 revision 1 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 rhwood openmaintainer@macports.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/vte/0.16/ checksums md5 54252b22c7df76e4e1bf8f5a89fe394d use_bzip2 yes depends_lib port:py25-gtk patchfiles patch-python_vtemodule.c configure.args --mandir=${prefix}/share/man \ --with-ft-prefix=${prefix} \ --disable-freetypetest \ --with-ft-include-prefix=${prefix}/include/freetype2 \ --enable-python configure.env GMSGFMT=${prefix}/bin/msgfmt \ PYTHON=${prefix}/bin/python2.5 configure.cppflags-append -I${prefix}/include/freetype2 configure.cflags-append -fstrict-aliasing -funroll-loops variant without_python { depends_lib-delete port:py25-gtk configure.env-delete PYTHON=${prefix}/bin/python2.5 configure.args-delete --enable-python configure.args-append --disable-python }