63f3e3b0d4
- s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# Ports collection makefile for: mod_chroot
|
|
# Date created: May 18, 2004
|
|
# Whom: Alexey A.Ukhov <auk@startext.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_chroot
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= The mod_chroot makes running Apache in a chroot easy
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
PORTDOCS= INSTALL CAVEATS README.Apache20 README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
.include <bsd.port.mk>
|