mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# New ports collection makefile for: tinyproxy
|
|
# Version required: 1.2.8
|
|
# Date created: 01 Jul 1999
|
|
# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tinyproxy-1.2.8
|
|
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>
|