# -*- 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 xchat-gnome version 0.26.1 revision 3 set branch [join [lrange [split ${version} .] 0 1] .] description xchat-gnome is a frontend to X-Chat. long_description xchat-gnome is a frontend to the popular X-Chat IRC client which is \ designed with the user interface foremost in mind. maintainers nomaintainer categories gnome irc license {GPL-2+ OpenSSLException} platforms darwin homepage http://live.gnome.org/Xchat-Gnome master_sites gnome:sources/${name}/${branch}/ checksums md5 c9ce3d6e549736edfc1a1dc0282fb363 \ sha1 85d205baeca5f10be9245c582ae53fbb40a4ef17 \ rmd160 ff2228aa5258a2c5a3bd7c391e83a15b2f030aff use_bzip2 yes depends_build port:pkgconfig \ port:intltool \ port:gnome-doc-utils depends_lib port:libgnomeui \ port:libglade2 \ port:gconf \ port:libsexy \ port:libnotify \ port:libcanberra \ port:openssl \ port:python27 depends_run port:yelp patchfiles patch-configure.diff configure.python ${prefix}/bin/python2.7 configure.args --disable-mmx \ --disable-scrollkeeper \ --disable-schemas-install post-activate { system "${prefix}/bin/scrollkeeper-update" system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" } livecheck.type gnome