aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_macro2/Makefile
blob: b70715ca25b52d08935fcd53e8d225349b596a44 (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
28
# Ports collection makefile for:    mod_macro2
# Date created:             Sun Aug 8 2004
# Whom:                 clement
#
# $FreeBSD$
#

PORTNAME=   mod_macro
PORTVERSION=    1.1.6
CATEGORIES= www
MASTER_SITES=   http://www.cri.ensmp.fr/~coelho/mod_macro/

MAINTAINER= clement@FreeBSD.org
COMMENT=    Apache2 module for use macros in config files

WANT_APACHE=    2
AP_FAST_BUILD=  YES
AP_GENPLIST=    YES
PORTDOCS=   ${PORTNAME}.html

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>