# -*- 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 # $Id$ PortSystem 1.0 name xfce4-terminal version 0.6.3 set branch [join [lrange [split ${version} .] 0 1] .] categories xfce platforms darwin license GPL-2+ maintainers afb categories xfce platforms darwin description Terminal is a modern terminal emulator for the Unix/Linux desktop. long_description ${description} homepage http://www.xfce.org/ master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ use_bzip2 yes checksums md5 6a2816d8b0933cd707ed456ceb731399 \ sha1 4dd4d2bef8101f563487b0230346070930ff689f \ sha256 912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08 depends_build port:intltool port:pkgconfig depends_lib port:exo port:vte-gtk2-xfce port:dbus port:gtk2 \ path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme \ port:desktop-file-utils configure.args --enable-dbus post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" }