2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Alexey A.Ukhov <auk@startext.de>
|
2004-05-19 17:09:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_chroot
|
2005-08-01 11:25:16 +02:00
|
|
|
PORTVERSION= 0.5
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 1
|
2004-05-19 17:09:20 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-05-19 17:09:20 +02:00
|
|
|
COMMENT= The mod_chroot makes running Apache in a chroot easy
|
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2006-05-10 22:15:35 +02:00
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
PORTDOCS= INSTALL CAVEATS README.Apache20 README
|
2004-05-19 17:09:20 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-12-15 14:54:30 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2006-05-10 22:15:35 +02:00
|
|
|
.include <bsd.port.mk>
|