1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/squidtimes/Makefile
Dmitry Sivachenko b4e75e0562 Correct MASTER_SITES.
Noticed by:	kris
2005-07-11 06:04:47 +00:00

33 lines
659 B
Makefile

# New ports collection makefile for: squidtimes
# Date created: 31 January 1999
# Whom: Dima Sivachenko
#
# $FreeBSD$
#
PORTNAME= squidtimes
PORTVERSION= 1.12
CATEGORIES= www
MASTER_SITES= http://people.freebsd.org/~demon/distfiles/
DISTNAME= squidtimes-1.12-freebsd.bin
EXTRACT_SUFX=
MAINTAINER= demon@FreeBSD.org
COMMENT= Generates a report of average transfer times of Squid cache
NO_BUILD= YES
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
PLIST_FILES= bin/squidtimes
do-install:
@ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>