freebsd-ports/www/mod_extract_forwarded/Makefile
Jun Kuriyama a23bb435c3 Forced commit (forgot to add patch):
Fix build for "union <anonymous>' has no member named 'sin6'" error.

PR:		ports/146886
Reported by:	Yurij <ilesikz@gmail.com>
2010-12-06 12:16:34 +00:00

36 lines
794 B
Makefile

# New ports collection makefile for: mod_extract_forwarded
# Date created: 9 June 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= mod_extract_forwarded
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.openinfo.co.uk/apache/
DISTNAME= extract_forwarded-${DISTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= An Apache module that can make proxied requests appear with client IP
USE_APACHE= 20+
WRKSRC= ${WRKDIR}/extract_forwarded
PORTDOCS= INSTALL README
MAKE_JOBS_SAFE= yes
CONFLICTS= mod_extract_forwarded-1.*
AP_FAST_BUILD= yes
AP_GENPLIST= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>