freebsd-ports/www/ffproxy/Makefile
Baptiste Daroussin c9120ea72f point to the new SF home
while here remove MD5

thanks eadler
2011-03-11 23:46:32 +00:00

28 lines
660 B
Makefile

# New ports collection makefile for: ffproxy
# Date created: Jul 20 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= ffproxy
PORTVERSION= 1.6
CATEGORIES= www
MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Filtering HTTP proxy server
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN5= ${PORTNAME}.conf.5
MAN7= ${PORTNAME}.quick.7
MAN8= ${PORTNAME}.8
post-install:
@[ -f ${PREFIX}/etc/ffproxy.conf ] || \
${CP} ${PREFIX}/etc/ffproxy.conf.sample ${PREFIX}/etc/ffproxy.conf
.include <bsd.port.mk>