a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20477 2006-11-03 15:31:37Z blair@macports.org $
PortSystem 1.0
name iksemel
version 1.2
categories textproc
platforms darwin
maintainers nomaintainer@macports.org
description XML parser library for Jabber applications
long_description iksemel is an XML (eXtensible Markup Language) parser \
library designed for Jabber applications.
homepage http://iksemel.jabberstudio.org/
master_sites http://files.jabberstudio.org/iksemel/
checksums md5 82e7c8fdb6211839246b788c040a796b
depends_lib port:gnutls port:gettext port:libgcrypt port:libgpg-error \
port:libiconv port:libtasn1 port:zlib
configure.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}