mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
667b124c5c
easy. PR: ports/66789 Submitted by: Alexey A.Ukhov <auk@startext.de>
29 lines
669 B
Makefile
29 lines
669 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.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The mod_chroot makes running Apache in a chroot easy
|
|
|
|
PORTDOCS= INSTALL EAPI CAVEATS
|
|
WANT_APACHE= 13
|
|
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>
|