# -*- 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: Portfile 125850 2014-09-28 02:18:46Z devans@macports.org $ PortSystem 1.0 name gnome-menus version 3.13.3 set branch [join [lrange [split ${version} .] 0 1] .] maintainers devans openmaintainer categories gnome license LGPL-2+ platforms darwin description Menu component for the GNOME 3 Desktop. long_description \ ${description} homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 08cf3c2d28b43163630a550cdb7a4f5e8239cfb4 \ sha256 7c446eb8ff381df52b8ba04e5886497595e84d1bc46caf7af764d894736c654e depends_build port:pkgconfig \ port:intltool \ port:gnome-common depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:gobject-introspection # update m4/intltool.m4 and autoreconf pre-configure { copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 } use_autoreconf yes autoreconf.args -fvi configure.args --enable-introspection \ --disable-silent-rules # gobject-introspection uses g-ir-scanner, which uses $CC from env build.args-append CC="${configure.cc} ${configure.cc_archflags}" # The rules enabled by gobject-introspection require GNU make 3.81+ platform darwin 8 { depends_build-append port:gmake build.cmd ${prefix}/bin/gmake } livecheck.type gnome-with-unstable