freebsd-ports/www/mod_macro/Makefile

33 lines
586 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: mod_macro
# Date created: Nov 20, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.2b
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
2009-12-27 02:49:45 +01:00
MAKE_JOBS_SAFE= yes
PORTSCOUT= limit:^1.1.2
USE_APACHE= 13
2004-08-08 16:55:31 +02:00
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
2004-08-08 16:55:31 +02:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2004-08-08 16:55:31 +02:00
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>