mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b9398223bd
Approved by: portmgr blanket
21 lines
467 B
Makefile
21 lines
467 B
Makefile
# 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>
|