blob: 6df85de271588c19d85f2ec9c5b92f0d849146cf (
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
|
# ex:ts=8
# Ports collection makefile for: mod_macro
# Date created: Nov 20, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.2
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module for use macros in config files
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
|