# $Id: Portfile,v 1.1 2005/04/11 06:15:13 olegb Exp $
PortSystem 1.0

name		gmime
version		2.1.9
description	MIME mail utilities
long_description  The GMime suite provides a core library and set of utilities \
                  which may be used for the creation and parsing of messages \
                  using the Multipurpose Internet Mail Extension (MIME) \
                  configurable and incorporating all the features you would expect \
                  in a robust mail client.
maintainers	sergtrejo@gmail.com
categories	mail
platforms	darwin 
homepage	http://spruce.sourceforge.net/gmime/
master_sites    http://spruce.sourceforge.net/gmime/sources/v2.1/
checksums	md5 8bd24a56d5f56be9150deb9840a0812a
depends_lib     bin:pkg-config:pkgconfig \
                lib:libiconv:libiconv \
                lib:libglib.2:glib2

configure.args	--prefix=${prefix} 
