mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
66f878d0d5
that is designed to consume a minimum of system resources. PR: 12473 Submitted by: Mitsuru Yoshida <mitsuru@riken.go.jp>
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# 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>
|