1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/mod_domaintree/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

28 lines
567 B
Makefile

# Created by: Daniel Gerzo <danger@rulez.sk>
# $FreeBSD$
PORTNAME= mod_domaintree
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dev.iworks.at/mod_domaintree/
EXTRACT_SUFX= .tgz
MAINTAINER= danger@FreeBSD.org
COMMENT= Hostname to filesystem mapper for Apache 2
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= LICENSE.txt ChangeLog
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>