mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3375d4b911
seconds and times how long they take. Similar to ping(8).
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: http_ping
|
|
# Date created: 11 August 2001
|
|
# Whom: dd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= http_ping
|
|
PORTVERSION= 20010709
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.acme.com/software/http_ping/
|
|
DISTNAME= ${PORTNAME}_09jul2001
|
|
|
|
MAINTAINER= dd@FreeBSD.org
|
|
|
|
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>
|