# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 52122 2009-06-10 17:55:20Z jmr@macports.org $

PortSystem 1.0

name               log4cxx
version            0.10.0
categories         devel
platforms          darwin

maintainers        uwe-arzt.de:mail

description        log4cxx is a port to C++ of the log4j project
long_description   Apache log4cxx is a logging framework for C++ patterned \
                   after Apache log4j . Apache log4cxx uses Apache Portable \
                   Runtime for most platform-specific code and should be \
                   usable on any platform supported by APR.

homepage           http://logging.apache.org/log4cxx/

distname           apache-log4cxx-${version}
master_sites       apache:logging/log4cxx/${version}

checksums          sha1 d79c053e8ac90f66c5e873b712bb359fd42b648d \
                   rmd160 6df384e5c746c3c6903efae6c9f0d64e4f07a5ad

patchfiles         gcc43.patch \
                   warnings.patch
# override patch.pre_args since it defaults to -p0
patch.pre_args     -p1

depends_build      port:pkgconfig

depends_lib	       port:apr-util

# generating doxygen docu doesn't work
configure.args     --enable-doxygen=no
