summaryrefslogtreecommitdiff
path: root/www/mod_log_congif-st/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-02 20:11:21 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-02 20:11:21 +0000
commit9d81acac0d7e222f820167951c55e000c1c02986 (patch)
treedd08a423f864ed442e7fdac13eeb7a7708d67604 /www/mod_log_congif-st/Makefile
parentIt seems that the standalone libbfd cannot be compiled on FreeBSD 4.x. (diff)
Add mod_log_config-st 1.0.
mod_log_config-st is a patched version of mod_log_config by Sonke Tesch. It's fully backward-compatible and it adds logic to give other log writers a more detailed view of the data to be logged. WWW: http://bitbrook.de/software/mod_log_mysql/
Diffstat (limited to 'www/mod_log_congif-st/Makefile')
-rw-r--r--www/mod_log_congif-st/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/mod_log_congif-st/Makefile b/www/mod_log_congif-st/Makefile
new file mode 100644
index 000000000000..60626db936b1
--- /dev/null
+++ b/www/mod_log_congif-st/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: mod_log_config-st
+# Date created: Sun May 2 2004
+# Whom: Clement Laforet <clement@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_log_config-st
+PORTVERSION= 1.0
+CATEGORIES= www
+# Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_config.c
+MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
+DIST_SUBDIR= apache2
+
+MAINTAINER= clement@FreeBSD.org
+COMMENT= A modified version of mod_log_config for apache2
+
+WANT_APACHE= 2
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
+SRC_FILE= mod_log_config.c
+SHORTMODNAME= log_config
+MODULENAME= mod_log_config-st
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
+post-install:
+ @${CAT} ${PKGMESSAGE}
+.include <bsd.port.post.mk>