# $Id: Portfile,v 1.2 2004/08/31 21:01:34 mww Exp $ PortSystem 1.0 name jakarta-log4j version 1.2.8 revision 1 categories java devel platforms darwin maintainers mww@opendarwin.org description Java logging API long_description With log4j it is possible to enable logging at runtime \ without modifying the application binary. The log4j \ package is designed so that these statements can \ remain in shipped code without incurring a heavy \ performance cost. Logging behavior can be controlled \ by editing a configuration file, without touching \ the application binary. homepage http://jakarta.apache.org/ master_sites apache:jakarta/log4j/source/ checksums md5 dfc8cd57a4f2b42177b14f147c9dab3d depends_build bin:ant:apache-ant \ bin:javac:kaffe use_configure no build.cmd ant build.target log4j.jar javadoc destroot { xinstall -m 755 -d ${destroot}${prefix}/share/java/ \ ${destroot}${prefix}/share/doc/ xinstall -m 644 ${worksrcpath}/dist/lib/log4j-1.2.8.jar \ ${destroot}${prefix}/share/java/jakarta-log4j.jar file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} }