aboutsummaryrefslogtreecommitdiffstats
path: root/www/ffproxy/Makefile
blob: 0249fdac943d6a0d2de90207095ede19ee7c63e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$

PORTNAME=   ffproxy
PORTVERSION=    1.6
CATEGORIES= www
MASTER_SITES=   http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \
        http://www.sourcefiles.org/System/Daemons/Proxy/ \
        http://www.nevm.de/${PORTNAME}/ \
        http://faith.eu.org/${PORTNAME}/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Filtering HTTP proxy server

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes

.include <bsd.port.mk>