freebsd-ports/www/mod_chroot/Makefile
Clement Laforet 34825e83c2 - Convert to USE_APACHE and fix install with apache 2.2
PR:		ports/97077
Reported by:	Geraint Edwards <gedge-oss@yadn.org>
2006-05-10 20:15:35 +00:00

27 lines
601 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
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
PORTDOCS= INSTALL CAVEATS README.Apache20 README
AP_FAST_BUILD= YES
AP_GENPLIST= YES
USE_APACHE= 13+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>