2000-10-28 07:11:12 +02:00
|
|
|
# New ports collection makefile for: mod_access_referer
|
|
|
|
# Date created: 18 Oct 2000
|
|
|
|
# Whom: Alex Kapranoff <kapr@crosswinds.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_access_referer
|
2000-11-23 16:35:06 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2004-12-11 19:49:43 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-28 07:11:12 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= accessreferer
|
2004-12-11 19:49:43 +01:00
|
|
|
DIST_SUBDIR= apache
|
|
|
|
|
|
|
|
PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
PATCH_SITE_SUBDIR= accessreferer
|
|
|
|
PATCHFILES= mod_access_referer_1.0.2_third_part_patch.txt
|
|
|
|
PATCH_DIST_STRIP= -l
|
2000-10-28 07:11:12 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-04-16 15:37:51 +02:00
|
|
|
COMMENT= Provides access control based on Referer HTTP header for Apache
|
2000-10-28 07:11:12 +02:00
|
|
|
|
2004-04-16 15:37:51 +02:00
|
|
|
WANT_APACHE= 13
|
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
2004-01-10 02:40:50 +01:00
|
|
|
PORTDOCS= HACKING LICENSE.txt ChangeLog README TODO mod_access_referer.html
|
2000-10-28 07:11:12 +02:00
|
|
|
|
2004-04-16 15:37:51 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
2000-10-28 07:11:12 +02:00
|
|
|
|
2004-04-16 15:37:51 +02:00
|
|
|
post-install:
|
2000-10-28 07:11:12 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-01-10 02:40:50 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
2000-10-28 07:11:12 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
|
2004-04-16 15:37:51 +02:00
|
|
|
.include <bsd.port.post.mk>
|