summaryrefslogtreecommitdiff
path: root/www/mod_layout2/Makefile
blob: 16ef44eac3bb13ca811efb40e905623340f34177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2

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>