# $Id: Portfile,v 1.2 2006/01/31 17:05:25 mww Exp $

PortSystem 1.0

name               log4cpp
version            0.3.5rc3
revision           1
categories         devel
maintainers        andre@splunk.com
description        configurable logging for C++
long_description   Log4cpp is library of C++ classes for flexible logging to \
                   files, syslog, IDSA and other destinations. It is modeled \
                   after the Log4j Java library, staying as close to their \
                   API as is reasonable.
homepage           http://log4cpp.sourceforge.net/
master_sites       sourceforge
configure.args     --disable-doxygen \
                   --disable-dot \
                   --disable-html-docs \
                   --disable-latex-docs
checksums          sha1 433f61f2dc0d64459d2dbafc24e93a315ee6638c

patchfiles         patch-Manipulator.hh

platform darwin 8 {
    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
