blob: c6379e1e30ec79d32d74cace5b44f605b76a35f9 (
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
31
32
33
34
|
# 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= 5.1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache2.2 module to wrap served pages with a header and/or footer
MAKE_JOBS_SAFE= yes
CONFLICTS= mod_layout-3.* mod_layout-4.*
PORTSCOUT= limit:^5
USE_APACHE= 22
LATEST_LINK= mod_layout22
MAKE_ARGS+= builddir=${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
.include <bsd.port.mk>
|