1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/ffproxy/Makefile

31 lines
680 B
Makefile
Raw Normal View History

# 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
CATEGORIES= www
MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/
2005-04-21 17:44:08 +00:00
MAINTAINER= ports@FreeBSD.org
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
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
MAN5= ${PORTNAME}.conf.5
MAN7= ${PORTNAME}.quick.7
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
.include <bsd.port.mk>