Ticket #18445: Portfile

File Portfile, 1.1 KB (added by mail@…, 15 years ago)

Corrected Portfile

Line 
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
4PortSystem 1.0
5
6name               log4cxx
7version            0.10.0
8categories         devel
9platforms          darwin
10
11maintainers        mail@uwe-arzt.de
12
13description        log4cxx is a port to C++ of the log4j project
14long_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
19homepage           http://logging.apache.org/log4cxx/
20
21distname           apache-log4cxx-${version}
22master_sites       apache:logging/log4cxx/${version}
23
24checksums          sha1 d79c053e8ac90f66c5e873b712bb359fd42b648d
25
26patchfiles         gcc43.patch \
27                   warnings.patch
28# override patch.pre_args since it defaults to -p0
29patch.pre_args     -p1
30
31depends_build      port:pkgconfig
32
33depends_lib            port:apr
34
35# generating doxygen docu doesn't work
36configure.args     --enable-doxygen=no