diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 14:23:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 14:23:40 +0000 |
commit | a137d3aca50b2a779d63b0817181220205302ca9 (patch) | |
tree | b45b992208f391ffea4294f635c58f73fc20e938 | |
parent | 35c8070a74a159db06266bc80c4218959ad4d7ce (diff) | |
download | ports-a137d3aca50b2a779d63b0817181220205302ca9.tar.gz ports-a137d3aca50b2a779d63b0817181220205302ca9.zip |
Notes
-rw-r--r-- | www/ffproxy/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index c3a5c926978d..c2658daa0318 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -8,16 +8,18 @@ PORTNAME= ffproxy PORTVERSION= 1.6 CATEGORIES= www -MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ +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 -BROKEN= does not fetch +LICENSE= GPLv2 GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +MAKE_JOBS_SAFE= yes MAN5= ${PORTNAME}.conf.5 MAN7= ${PORTNAME}.quick.7 |