# -*- 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 gucharmap version 2.32.1 set branch [join [lrange [split ${version} .] 0 1] .] description gucharmap is a featureful unicode character map. long_description ${description} maintainers devans openmaintainer categories gnome license GPL-2+ platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums rmd160 10faecd24f2e7b3a150b0e7edba2a2dd419336c8 \ sha256 fdef066f35f4301bc128b91f15a30d64a2459721cb50daa53f923789df315c28 depends_build port:pkgconfig \ port:intltool \ port:gnome-doc-utils \ port:gtk-doc depends_lib port:desktop-file-utils \ port:gconf \ port:gobject-introspection \ port:rarian depends_run port:gnome-settings-daemon \ port:yelp patchfiles patch-configure.diff configure.args --disable-schemas-install \ --disable-scrollkeeper \ --enable-introspection=yes \ --enable-python-bindings # gobject-introspection uses g-ir-scanner, which uses $CC from env build.args-append CC="${configure.cc} ${configure.cc_archflags}" variant python25 conflicts python26 python27 description {Use python 2.5} { configure.python ${prefix}/bin/python2.5 depends_lib-append port:py25-pygtk set python_framework ${frameworks_dir}/Python.framework/Versions/2.5 configure.pkg_config_path ${python_framework}/lib/pkgconfig } variant python26 conflicts python25 python27 description {Use python 2.6} { configure.python ${prefix}/bin/python2.6 depends_lib-append port:py26-pygtk set python_framework ${frameworks_dir}/Python.framework/Versions/2.6 configure.pkg_config_path ${python_framework}/lib/pkgconfig } variant python27 conflicts python25 python26 description {Use python 2.7} { configure.python ${prefix}/bin/python2.7 depends_lib-append port:py27-pygtk set python_framework ${frameworks_dir}/Python.framework/Versions/2.7 configure.pkg_config_path ${python_framework}/lib/pkgconfig } if {![variant_isset python25] && ![variant_isset python26]} { default_variants +python27 } post-activate { system "${prefix}/bin/scrollkeeper-update" system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" } livecheck.type gnome