# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortGroup gobject_introspection 1.0
PortGroup compiler_blacklist_versions 1.0
set branch [join [lrange [split $version .] 0 1] .]
maintainers {devans @dbevans} openmaintainer
description VTE is a library (libvte) implementing a terminal emulator widget for GTK+, \
and a minimal sample application (vte) using that.
long_description ${description} \
Vte is mainly used in gnome-terminal, but can also be used to embed a \
console/terminal in games, editors, IDEs, etc.
homepage https://wiki.gnome.org/Apps/Terminal/VTE
master_sites gnome:sources/$name/$branch/
checksums rmd160 3707a2a4a0ca7bbc562dbf2d570e7e4a4a15afef \
sha256 0f2657cef52accbfe56feede553155552d7c1984b1291838af3cb8cfc19b26af \
depends_build port:pkgconfig \
depends_run port:adwaita-icon-theme
patchfiles patch-src-pty.cc.diff \
gobject_introspection yes
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
# gcc-4.2 from Xcode 3.6.2 fails with:
# vte.cc:5275: error: expected primary-expression before ‘[’ token
compiler.blacklist *gcc* {clang < 300}
configure.cmd ./autogen.sh
configure.args --disable-Bsymbolic \