2001-08-11 20:55:26 +02:00
|
|
|
# New ports collection makefile for: http_ping
|
|
|
|
# Date created: 11 August 2001
|
|
|
|
# Whom: dd
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= http_ping
|
2005-09-13 15:00:09 +02:00
|
|
|
PORTVERSION= 20050629
|
2001-08-30 14:56:29 +02:00
|
|
|
CATEGORIES= net www
|
2005-09-13 15:00:09 +02:00
|
|
|
MASTER_SITES= http://www.acme.com/software/${PORTNAME}/
|
|
|
|
DISTNAME= ${PORTNAME}_29jun2005
|
2001-08-11 20:55:26 +02:00
|
|
|
|
2007-03-04 03:12:35 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Sends HTTP requests every few seconds and times how long they take
|
2001-08-11 20:55:26 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
MAN1= http_ping.1
|
|
|
|
MANCOMPRESSED= no
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/http_ping
|
2001-08-11 20:55:26 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/http_ping ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/http_ping.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|