2003-11-20 06:11:07 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: mod_macro
|
|
|
|
# Date created: Nov 20, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_macro
|
2008-12-28 12:21:56 +01:00
|
|
|
PORTVERSION= 1.1.2b
|
2003-11-20 06:11:07 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-11-20 06:11:07 +01:00
|
|
|
COMMENT= Apache module for use macros in config files
|
|
|
|
|
2009-12-27 02:49:45 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
PORTSCOUT= limit:^1.1.2
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2005-12-04 15:08:56 +01:00
|
|
|
USE_APACHE= 13
|
2004-08-08 16:55:31 +02:00
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
|
|
|
PORTDOCS= ${PORTNAME}.html
|
2003-11-20 06:11:07 +01:00
|
|
|
|
2004-08-08 16:55:31 +02:00
|
|
|
post-install:
|
2003-11-20 06:11:07 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-08-08 16:55:31 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
2003-11-20 06:11:07 +01:00
|
|
|
.endif
|
|
|
|
|
2005-12-04 15:08:56 +01:00
|
|
|
.include <bsd.port.mk>
|