# -*- 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 105821 2013-05-06 20:18:14Z devans@macports.org $

PortSystem      1.0

name            mm-common
version         0.9.6
license         GPL-2
set branch      [join [lrange [split ${version} .] 0 1] .]

description     The mm-common module provides the build infrastructure and \
                utilities shared among the GNOME C++ binding libraries.  

long_description \
                The mm-common module provides the build infrastructure and \
                utilities shared among the GNOME C++ binding libraries. \
                It is only a required dependency for building the C++ bindings \
                from the gnome.org version control repository.  An installation \
                of mm-common is not required for building tarball releases, \
                unless configured to use maintainer-mode.

maintainers     devans openmaintainer
categories      gnome devel
platforms       darwin
homepage        http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

use_xz          yes

checksums       sha256  7c37158a1f37604705a9b9305d3b335fb8256f5de701c8801269dde4e2ce7dde \
                rmd160  8f0c57a58d07f699309f52481bbdd3c16b548a63

supported_archs noarch

depends_build   port:gsed \
                port:curl \
                port:wget

livecheck.type  gnome-with-unstable
