# -*- 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 gtk-osx-application version 0.9.2 categories devel maintainers elelay description Mac OS X menu bar integration library for GTK2 quartz long_description \ A simple library whose purpose is to \ allow GTK2 quartz applications to integrate with \ the Mac OS X menu bar. Requires gtk2 and its \ dependencies to be built with variants +no_x11 +quartz homepage http://live.gnome.org/GTK%2B/OSX/Integration platforms darwin master_sites http://sourceforge.net/projects/gtk-osx/files/GTK-OSX Build/ distname ige-mac-integration-${version} checksums md5 82107195a7dc064e028b75f053ba29b7 \ sha1 64b238099570c968b51c2d98ab06bf3cf11411dd \ rmd160 3c1f187620bd0b54f39a15038210eef23ddbb068 depends_build port:pkgconfig pre-configure { if {![file exists ${prefix}/lib/pkgconfig/gdk-quartz-2.0.pc]} { ui_error " **** **** ige-mac-integration is meant to be used only in a GTK2 quartz **** development environment but your version of GTK2 does not **** support quartz. Please make sure that port gtk2 and all its **** dependencies are built with variants +no_x11 +quartz and try again. **** " error "gtk2 +no_x11 +quartz not installed." } } variant python25 conflicts python26 description {Use Python 2.5} { depends_lib-append port:py25-gtk configure.python ${prefix}/bin/python2.5 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.5 configure.python ${python_prefix}/bin/python2.5 configure.env-append PYGTK_CODEGEN=${python_prefix}/bin/pygtk-codegen-2.0 configure.env-append PYGOBJECT_CODEGEN=${python_prefix}/bin/pygobject-codegen-2.0 configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.5/lib/pkgconfig/ configure.pre_args --prefix=${python_prefix} } variant python26 conflicts python25 description {Use Python 2.6} { depends_lib-append port:py26-gtk configure.python ${prefix}/bin/python2.6 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 configure.python ${python_prefix}/bin/python2.6 configure.env-append PYGTK_CODEGEN=${python_prefix}/bin/pygtk-codegen-2.0 configure.env-append PYGOBJECT_CODEGEN=${python_prefix}/bin/pygobject-codegen-2.0 configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.6/lib/pkgconfig/ configure.pre_args --prefix=${python_prefix} } if {![variant_isset python25]} { default_variants +python26 } configure.ccache no