# -*- 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

PortSystem 1.0

name		gnome-vfs-monikers
version		2.15.3
revision    4
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.
license         GPL-2+
maintainers	nomaintainer
categories	gnome
platforms	darwin
homepage	https://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/
checksums	md5 b16f0db0482263be3318e269f52bb5b6 \
		sha1 34b1a8f4eb35af1608e35687595daef771112420 \
		rmd160 798a337bf8f680725c009251fc0c68cb28fa5124

depends_build \
		port:intltool \
		port:pkgconfig
depends_lib	\
		port:gnome-vfs \
        path:lib/libssl.dylib:openssl \
		port:libbonobo

use_bzip2 	yes

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

livecheck.type  gnome-with-unstable
