freebsd-ports/www/mod_cvs2/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

35 lines
809 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_cvs
PORTVERSION= 0.5.91
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Module that makes Apache 2 CVS aware
LICENSE= AFL12
LICENSE_NAME= Academic Free License 1.2
LICENSE_FILE= ${WRKSRC}/LICENSE.AFL
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= reference.html guide.html README
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS:NREADME}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>