log4c stable port information

Package: log4c
Version: 1.0.10
Revision: 1012
Maintainer: Thomas Kotzian
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: db901a69a6da4f1974bf47105a9aac8a
PatchFile: %n.patch
PatchFile-MD5: 76afac8499a45faf7d4041e0856f7c28
BuildDepends: doxygen, expat1, fink (>= 0.24.12-1)
BuildDependsOnly: true
ConfigureParams: --mandir='$(prefix)/share/man' --disable-shared
SetCFLAGS: -I%p/include
GCC: 4.0
Description: Flexible logging to conf. destinations
DescDetail: <<
Log4c is a library of C for flexible logging to files, syslog and
other destinations. It is modeled after the Log for Java library
(http://jakarta.apache.org/log4j/), staying as close to their API as
is reasonable.
<<
DescUsage: <<
Only a static library is supplied.
<<
Homepage: http://log4c.sourceforge.net/
License: GPL

log4c stable port .patch

diff -urN log4c-1.0.10.orig/doc/Makefile.in log4c-1.0.10/doc/Makefile.in
--- log4c-1.0.10.orig/doc/Makefile.in 2002-11-22 15:44:31.000000000 +0100
+++ log4c-1.0.10/doc/Makefile.in 2003-04-07 23:58:49.000000000 +0200
@@ -87,14 +87,13 @@
install_sh = @install_sh@

man3dir = $(mandir)/man3
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
docfiles = \
$(top_srcdir)/README \
$(top_srcdir)/AUTHORS \
$(top_srcdir)/NEWS \
$(top_srcdir)/COPYING \
- $(top_srcdir)/ChangeLog \
- $(PACKAGE).pdf
+ $(top_srcdir)/ChangeLog

subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
@@ -231,8 +230,6 @@

$(PACKAGE).pdf: Doxyfile main.doc
@DOXYGEN@
- $(MAKE) -C ./latex pdf
- cp -f ./latex/refman.pdf $(PACKAGE).pdf

install-data-local:
$(mkinstalldirs) $(DESTDIR)$(man3dir)

log4c _unstable_ port .patch