1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name log4cxx |
---|
7 | version 0.10.0 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | maintainers mail@uwe-arzt.de |
---|
12 | |
---|
13 | description log4cxx is a port to C++ of the log4j project |
---|
14 | long_description Apache log4cxx is a logging framework for C++ patterned \ |
---|
15 | after Apache log4j . Apache log4cxx uses Apache Portable \ |
---|
16 | Runtime for most platform-specific code and should be \ |
---|
17 | usable on any platform supported by APR. |
---|
18 | |
---|
19 | homepage http://logging.apache.org/log4cxx/ |
---|
20 | |
---|
21 | distname apache-log4cxx-${version} |
---|
22 | master_sites apache:logging/log4cxx/${version} |
---|
23 | |
---|
24 | checksums sha1 d79c053e8ac90f66c5e873b712bb359fd42b648d |
---|
25 | |
---|
26 | patchfiles gcc43.patch \ |
---|
27 | warnings.patch |
---|
28 | # override patch.pre_args since it defaults to -p0 |
---|
29 | patch.pre_args -p1 |
---|
30 | |
---|
31 | depends_build port:pkgconfig |
---|
32 | |
---|
33 | depends_lib port:apr |
---|
34 | |
---|
35 | # generating doxygen docu doesn't work |
---|
36 | configure.args --enable-doxygen=no |
---|