freebsd-ports/www/mod_layout/Makefile
Steve Price 50328ec333 Update to version 2.10.6.
PR:		27963
Submitted by:	maintainer
2001-06-17 18:36:35 +00:00

29 lines
733 B
Makefile

# 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= 2.10.6
CATEGORIES= www
MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \
http://www.tangent.org/mod_layout/
MAINTAINER= petef@databits.net
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
post-patch:
@${PERL} -pi -e 's!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/${PORTNAME}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>