2003-07-21 10:28:03 -04:00
|
|
|
# New ports collection makefile for: ffproxy
|
|
|
|
# Date created: Jul 20 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ffproxy
|
2005-01-16 16:26:48 -05:00
|
|
|
PORTVERSION= 1.6
|
2003-07-21 10:28:03 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://faith.eu.org/${PORTNAME}/
|
|
|
|
|
2005-04-21 13:44:08 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-21 10:28:03 -04:00
|
|
|
COMMENT= Filtering HTTP proxy server
|
|
|
|
|
2005-01-16 16:26:48 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-11 23:26:56 -04:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-01-16 16:26:48 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2003-08-02 10:11:47 -04:00
|
|
|
|
2003-08-10 12:55:12 -04:00
|
|
|
MAN5= ${PORTNAME}.conf.5
|
|
|
|
MAN7= ${PORTNAME}.quick.7
|
2003-07-21 10:28:03 -04:00
|
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
|
2005-01-16 16:26:48 -05:00
|
|
|
post-install:
|
|
|
|
@[ -f ${PREFIX}/etc/ffproxy.conf ] || \
|
|
|
|
${CP} ${PREFIX}/etc/ffproxy.conf.sample ${PREFIX}/etc/ffproxy.conf
|
2003-07-21 10:28:03 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|