mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
848e7ed394
- Add DIST_SUBDIR. [2] Submitted by: Niels Heinen <niels.heinen@ubizen.com> [1] Requested by: clement [2] VuXML: http://vuxml.FreeBSD.org/af747389-42ba-11d9-bd37-00065be4b5b6.html Approved by: clement
42 lines
993 B
Makefile
42 lines
993 B
Makefile
# New ports collection makefile for: mod_access_referer
|
|
# Date created: 18 Oct 2000
|
|
# Whom: Alex Kapranoff <kapr@crosswinds.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_access_referer
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= accessreferer
|
|
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
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Provides access control based on Referer HTTP header for Apache
|
|
|
|
WANT_APACHE= 13
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
PORTDOCS= HACKING LICENSE.txt ChangeLog README TODO mod_access_referer.html
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|