2012-09-22 23:15:50 +02:00
|
|
|
# Created by: Clement Laforet <clement@FreeBSD.org>
|
2004-05-02 22:11:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_log_config-st
|
|
|
|
PORTVERSION= 1.0
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 2
|
2004-05-02 22:11:21 +02:00
|
|
|
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
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-05-02 22:11:21 +02:00
|
|
|
COMMENT= A modified version of mod_log_config for apache2
|
|
|
|
|
2010-09-16 03:27:13 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2012-09-22 23:15:50 +02:00
|
|
|
USE_APACHE= 22
|
2012-08-18 16:29:08 +02:00
|
|
|
|
|
|
|
AP_FAST_BUILD= yes
|
2004-05-02 22:11:21 +02:00
|
|
|
SRC_FILE= mod_log_config.c
|
|
|
|
SHORTMODNAME= log_config
|
|
|
|
MODULENAME= mod_log_config-st
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2005-12-04 18:26:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|