aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_chroot/Makefile
blob: 40fd8c3d342d608fa446d103feee2ad6614d17fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:    mod_chroot
# Date created:             May 18, 2004
# Whom:                 Alexey A.Ukhov <auk@startext.de>
#
# $FreeBSD$
#

PORTNAME=   mod_chroot
PORTVERSION=    0.3
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 EAPI 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>