# $Id: Portfile,v 1.6 2006/03/09 18:07:03 yves Exp $
PortSystem 1.0
name        loudmouth
version     1.0.1
maintainers yves@opendarwin.org
categories  devel net
platforms   darwin 
homepage    http://projects.imendio.com/loudmouth

description A lightweight C library for the jabber protocol.
long_description \
    Loudmouth is a lightweight and easy-to-use C \
	library for programming with the Jabber protocol. \
	It's designed to be easy to get started with and yet \
	extensible to let you do anything the Jabber protocol allows.  

master_sites	gnome:sources/loudmouth/1.0/ \
                http://ftp.imendio.com/pub/imendio/loudmouth/src/
checksums       md5 d43408ecb82dcbacfc965b4bb989e9c3

depends_lib     lib:libgnutls:gnutls port:glib2

configure.env \
    CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
    CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
