diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-03 23:20:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-03 23:20:43 +0000 |
commit | 66f878d0d5a381eeae5e9fdf0bef820c3b94b3d8 (patch) | |
tree | 333506664fe006d65157f5722d19a04523e21267 /www/tinyproxy/Makefile | |
parent | Activate xmms. (diff) |
Tinyproxy: a lightweight, non-caching,optionally anonymizing http proxy
that is designed to consume a minimum of system resources.
PR: 12473
Submitted by: Mitsuru Yoshida <mitsuru@riken.go.jp>
Notes
Notes:
svn path=/head/; revision=19978
Diffstat (limited to 'www/tinyproxy/Makefile')
-rw-r--r-- | www/tinyproxy/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile new file mode 100644 index 000000000000..63cd57d06daf --- /dev/null +++ b/www/tinyproxy/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: tinyproxy +# Version required: 1.2.6 +# Date created: 01 Jul 1999 +# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp> +# +# $Id$ +# + +DISTNAME= tinyproxy-1.2.6 +CATEGORIES= www +MASTER_SITES= http://tinyproxy.attacca.com/ \ + http://www.flarenet.com/tinyproxy/ + +MAINTAINER= mitsuru@riken.go.jp + +WRKSRC= ${WRKDIR}/tinyproxy + +MAN8= tinyproxy.8 + +.include <bsd.port.mk> |