freebsd-ports/www/mod_log_config-st/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

31 lines
688 B
Makefile

# 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
PORTREVISION= 2
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= apache@FreeBSD.org
COMMENT= A modified version of mod_log_config for apache2
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
AP_FAST_BUILD= yes
SRC_FILE= mod_log_config.c
SHORTMODNAME= log_config
MODULENAME= mod_log_config-st
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>