freebsd-ports/www/ffproxy/Makefile

21 lines
467 B
Makefile
Raw Normal View History

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= ffproxy
2005-01-16 22:26:48 +01:00
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}/
2005-04-21 19:44:08 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Filtering HTTP proxy server
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
2011-08-02 21:24:31 +02:00
2005-01-16 22:26:48 +01:00
GNU_CONFIGURE= yes
.include <bsd.port.mk>