freebsd-ports/www/mod_layout/Makefile

42 lines
953 B
Makefile
Raw Normal View History

# 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.4
CATEGORIES= www
2005-05-22 15:45:59 +02:00
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= Apache module to wrap served pages with a header and/or footer
DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE= 2012-01-01
MAKE_JOBS_SAFE= yes
USE_APACHE= 13
CONFLICTS= mod_layout-4.* mod_layout-5.* apache-contrib-1.*
2009-01-12 02:51:46 +01:00
PORTSCOUT= limit:^3
CFLAGS+= -fPIC
post-patch:
@${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!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>