mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
9659b8cfc9
IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful.
25 lines
558 B
Makefile
25 lines
558 B
Makefile
# New ports collection makefile for: mod_rpaf
|
|
# Date created: Mar 17, 2003
|
|
# Whom: Clement Laforet <clement@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_rpaf
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://stderr.net/apache/rpaf/download/
|
|
|
|
MAINTAINER= clement@FreeBSD.org
|
|
COMMENT= Make proxied requests appear with client IP
|
|
|
|
AP_FAST_BUILD= YES
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
AP2_SRC_FILE= mod_rpaf-2.0.c
|
|
AP2_PKGNAMESUFFIX= -ap2
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
|
.include <bsd.port.post.mk>
|