# -*- 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 xfconf version 4.12.0 set branch [join [lrange [split ${version} .] 0 1] .] revision 1 categories xfce platforms darwin license GPL-2 maintainers afb description easy-to-use configuration system for xfce long_description ${description} homepage http://www.xfce.org/ master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ use_bzip2 yes checksums md5 8ebfac507b4d6ce3f4bac9d257c2853b \ sha1 453b1589f242f293c193b0432accd8888964c3ab \ sha256 9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 depends_build port:xfce4-dev-tools port:intltool port:pkgconfig depends_lib port:libxfce4util \ port:dbus port:dbus-glib \ port:xorg-libsm port:xorg-libX11 \ port:gtk2 # remove INTLTOOL_PERL pre-configure { system -W ${worksrcpath} "xdt-autogen" } configure.args --disable-perl-bindings platform darwin { configure.args-append --disable-visibility }