mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
32 lines
632 B
Makefile
32 lines
632 B
Makefile
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_layout
|
|
PORTVERSION= 5.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.tangent.org/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache2.2 module to wrap served pages with a header and/or footer
|
|
|
|
|
|
CONFLICTS= mod_layout-3.* mod_layout-4.*
|
|
|
|
PORTSCOUT= limit:^5
|
|
|
|
USE_APACHE= 22
|
|
LATEST_LINK= mod_layout22
|
|
|
|
MAKE_ARGS+= builddir=${WRKSRC}
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|