mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b4e75e0562
Noticed by: kris
33 lines
659 B
Makefile
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>
|