# -*- 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 85239 2011-10-12 03:21:23Z devans@macports.org $

PortSystem 1.0

name		mm-common
version		0.9.5
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_bzip2	yes

checksums       md5     4a4dad67fc8d7e0c529f3a8c6ba4d8b2 \
                sha1    d8e4254318ec51a989d72d355854dbf4545bd874 \
                rmd160  e0ff32e2ebdb8266931dedc0ce9204983d9cfc49

supported_archs noarch

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

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
