aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_config-st/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-17 10:17:42 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-17 10:17:42 +0000
commitca882d3ff8fb7a4e07b44c89cb2ebb210c104469 (patch)
tree2fc20b39477280e3675d259dbc237879a186ab9d /www/mod_log_config-st/Makefile
parent0f435ce9942db5cf85514c00c0bfc5f538c078d1 (diff)
Notes
Diffstat (limited to 'www/mod_log_config-st/Makefile')
-rw-r--r--www/mod_log_config-st/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile
new file mode 100644
index 000000000000..60626db936b1
--- /dev/null
+++ b/www/mod_log_config-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>