freebsd-ports/www/mod_layout22/Makefile
Joe Marcus Clarke f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00

29 lines
653 B
Makefile

# New ports collection makefile for: mod_layout Apache 2 module
# Date created: Nov 15 2002
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_layout
PORTVERSION= 4.0.2a
CATEGORIES= www
MASTER_SITES= http://software.tangent.org/download/
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Apache2 module to wrap served pages with a header and/or footer
USE_APACHE= yes
WITH_APACHE2= yes
LATEST_LINK= mod_layout2
USE_REINPLACE= yes
MAKE_ARGS+= builddir=${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
.include <bsd.port.mk>