1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/mod_filter/Makefile
Erwin Lansing 9030b5c3b8 Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
2005-09-20 14:20:34 +00:00

39 lines
939 B
Makefile

# New ports collection makefile for: mod_filter
# Date created: 1 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= mod_filter
PORTVERSION= 1.4.1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Filter output from other modules inside of Apache
USE_APACHE= yes
DOCS= README
CONTRIB_DOCS= contrib/README contrib/echo.cgi contrib/eecummings.cgi contrib/head.cgi
do-build:
@cd ${WRKSRC} && \
${APXS} -c mod_filter.c
do-install:
${APXS} -i -A -n filter ${WRKSRC}/mod_filter.so
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mod_filter
${MKDIR} ${PREFIX}/share/doc/mod_filter/contrib
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_filter/
.endfor
.for f in ${CONTRIB_DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_filter/contrib
.endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>