freebsd-ports/www/mod_macro2/Makefile
Clement Laforet 05684b80dd - prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
2005-12-04 00:18:15 +00:00

30 lines
649 B
Makefile

# 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= apache@FreeBSD.org
COMMENT= Apache2 module for use macros in config files
WANT_APACHE= 2
LATEST_LINK= mod_macro2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>