1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/www/squidtimes/Makefile
Bill Fumerola 1859f61467 Generates a report of average transfer times of Squid caching proxy. All
results are presented in graphic form.

http://www.cineca.it/~nico/squidtimes.html

PR:		ports/9842
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-03 20:40:31 +00:00

32 lines
597 B
Makefile

# New ports collection makefile for: squidtimes
# Version required: 1.12
# Date created: 31 January 1999
# Whom: Dima Sivachenko
#
# $Id: $
#
DISTNAME= squidtimes-1.12-freebsd.bin
PKGNAME= squidtimes-1.12
CATEGORIES= www
MASTER_SITES= http://www.cineca.it/~nico/binaries/ \
http://www.FreeBSD.org/~billf/
EXTRACT_SUFX=
MAINTAINER= dima@chg.ru
NO_BUILD= YES
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
do-install:
@ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes
post-install:
@ ${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>