aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_layout/Makefile
blob: 9498deb4abaaa0b1d2adaadcb91b6e58196d7ee2 (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
35
# New ports collection makefile for:    mod_gzip Apache module
# Date created:     Dec 18 2000
# Whom:         Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=   mod_layout
PORTVERSION=    3.2.1
CATEGORIES= www
MASTER_SITES=   http://software.tangent.org/download/

MAINTAINER= clement@FreeBSD.org
COMMENT=    Apache module to wrap served pages with a header and/or footer

USE_APACHE= yes
USE_REINPLACE=  yes

CONFLICTS=  mod_layout-4.* apache-contrib-1.*

CFLAGS+=    -fPIC

post-patch:
    @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g; \
        s!-DDEBUG!$$(CFLAGS)!g' ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR} ${DOCSDIR}/directives
    ${INSTALL_DATA} ${WRKSRC}/faq.html ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/directives/* ${DOCSDIR}/directives
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>