mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9d1867f504
that only build with www/apache20 (2.0.x) With Hat: apache
40 lines
851 B
Makefile
40 lines
851 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.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.tangent.org/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache2 module to wrap served pages with a header and/or footer
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
LATEST_LINK= mod_layout2
|
|
CONFLICTS= mod_layout-3.* mod_layout-5.*
|
|
PORTSCOUT= limit:4^
|
|
|
|
USE_APACHE= 20
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|