# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name		gnome-vfs-monikers
version		2.15.3
set branch      [join [lrange [split ${version} .] 0 1] .]
description	Bonobo components for gnome-vfs.
long_description \
                Programs using bonobo can use the gnome-vfs-monikers \
		to access gnome-vfs.
maintainers	nomaintainer
categories	gnome
platforms	darwin
homepage	http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/
checksums	md5 b16f0db0482263be3318e269f52bb5b6 \
		sha1 34b1a8f4eb35af1608e35687595daef771112420 \
		rmd160 798a337bf8f680725c009251fc0c68cb28fa5124

depends_lib	\
		port:gnome-vfs \
		port:libbonobo

use_bzip2 	yes

configure.cppflags-append "-L${prefix}/lib"
configure.ldflags-append "-lresolv"

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