2003-07-23 23:32:23 +02:00
|
|
|
# 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
|
2009-01-12 02:50:29 +01:00
|
|
|
PORTVERSION= 5.1
|
2010-06-24 15:20:23 +02:00
|
|
|
PORTREVISION= 5
|
2003-07-23 23:32:23 +02:00
|
|
|
CATEGORIES= www
|
2005-05-22 15:45:59 +02:00
|
|
|
MASTER_SITES= http://download.tangent.org/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2003-07-23 23:32:23 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2009-12-21 14:14:51 +01:00
|
|
|
COMMENT= Apache2.2 module to wrap served pages with a header and/or footer
|
2003-07-23 23:32:23 +02:00
|
|
|
|
2010-05-27 22:35:04 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2010-06-24 15:20:23 +02:00
|
|
|
CONFLICTS= mod_layout-3.* mod_layout-4.*
|
|
|
|
|
2009-01-12 02:51:46 +01:00
|
|
|
PORTSCOUT= limit:^5
|
|
|
|
|
2009-01-12 02:50:29 +01:00
|
|
|
USE_APACHE= 22
|
2010-06-24 15:20:23 +02:00
|
|
|
LATEST_LINK= mod_layout22
|
2003-09-26 19:25:14 +02:00
|
|
|
|
2010-06-24 15:20:23 +02:00
|
|
|
MAKE_ARGS+= builddir=${WRKSRC}
|
2003-07-23 23:32:23 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2010-05-27 22:35:04 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}/
|
2003-07-23 23:32:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|