aboutsummaryrefslogtreecommitdiff
path: root/net/http_ping/Makefile
blob: b9cec807c09770fac6a6bb74c257b2d70733c5d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	http_ping
# Date created:			11 August 2001
# Whom:				dd
#
# $FreeBSD$
#

PORTNAME=	http_ping
PORTVERSION=	20010709
CATEGORIES=	net www
MASTER_SITES=	http://www.acme.com/software/http_ping/
DISTNAME=	${PORTNAME}_09jul2001

MAINTAINER=	dd@FreeBSD.org
COMMENT=	Sends HTTP requests every few seconds and times how long they take

WRKSRC=		${WRKDIR}/${PORTNAME}
MAN1=		http_ping.1
MANCOMPRESSED=	no

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/http_ping ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/http_ping.1 ${PREFIX}/man/man1

.include <bsd.port.mk>