2003-07-21 14:28:03 +00:00
|
|
|
# New ports collection makefile for: ffproxy
|
|
|
|
# Date created: Jul 20 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ffproxy
|
2005-01-16 21:26:48 +00:00
|
|
|
PORTVERSION= 1.6
|
2003-07-21 14:28:03 +00:00
|
|
|
CATEGORIES= www
|
2011-03-11 23:46:32 +00:00
|
|
|
MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/
|
2003-07-21 14:28:03 +00:00
|
|
|
|
2005-04-21 17:44:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-21 14:28:03 +00:00
|
|
|
COMMENT= Filtering HTTP proxy server
|
|
|
|
|
2011-08-02 19:24:31 +00:00
|
|
|
BROKEN= does not fetch
|
|
|
|
|
2005-01-16 21:26:48 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2003-08-02 14:11:47 +00:00
|
|
|
|
2003-08-10 16:55:12 +00:00
|
|
|
MAN5= ${PORTNAME}.conf.5
|
|
|
|
MAN7= ${PORTNAME}.quick.7
|
2003-07-21 14:28:03 +00:00
|
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
|
2005-01-16 21:26:48 +00:00
|
|
|
post-install:
|
|
|
|
@[ -f ${PREFIX}/etc/ffproxy.conf ] || \
|
|
|
|
${CP} ${PREFIX}/etc/ffproxy.conf.sample ${PREFIX}/etc/ffproxy.conf
|
2003-07-21 14:28:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|