summaryrefslogtreecommitdiff
path: root/www/mod_extract_forwarded_ap13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_extract_forwarded_ap13/Makefile')
-rw-r--r--www/mod_extract_forwarded_ap13/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile
deleted file mode 100644
index f5c06506c7a0..000000000000
--- a/www/mod_extract_forwarded_ap13/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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= 1.4
-CATEGORIES= www
-MASTER_SITES= http://web.warhound.org/mod_extract_forwarded/ \
- http://atreides.freenix.no/~anders/
-
-MAINTAINER= anders@FreeBSD.org
-COMMENT= An Apache module that can make proxied requests appear with client IP
-
-USE_APACHE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-DOCS= doc.html README
-
-do-build:
- cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
-
-do-install:
- cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
-.endfor
-.endif
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>