1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/mod_chroot/Makefile
Clement Laforet 76c9d45bb8 - Update to 0.5
PR:		ports/84300
Submitted by:	Brian Candler <b.candler@pobox.com>
2005-08-01 09:25:16 +00:00

28 lines
672 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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>