freebsd-ports/www/mod_macro/Makefile
Clement Laforet 146dcd05a3 - Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
2005-12-04 14:08:56 +00:00

28 lines
539 B
Makefile

# 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>