# -*- 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 71617 2010-09-18 04:49:18Z ryandesign@macports.org $

PortSystem          1.0

name                log4c
version             1.2.1
categories          devel
platforms           darwin
maintainers         gmail.com:skroll

description         Log4c C logging library.

long_description    Log4c is a library of C for flexible logging to files, \
                    syslog and other destinations. It is modeled after the Log \
                    for Java library, staying as close to their API as is \
                    reasonable.

homepage            http://log4c.sourceforge.net/
master_sites        sourceforge

checksums           md5     ca5412b7515d8901714ab7892323adb6 \
                    sha1    b380947047cd6f71bdec1afe57d7b285fb2a3f38 \
                    rmd160  53b55c4f255af4c4b691ef3aea1a947e5783d025

depends_lib         port:expat
